tests/test-rust-revlog.py
changeset 52814 3fcd86374074
parent 52795 adf91dfe6c04
--- a/tests/test-rust-revlog.py	Thu Jan 02 17:27:22 2025 +0100
+++ b/tests/test-rust-revlog.py	Thu Jan 02 17:44:52 2025 +0100
@@ -192,6 +192,10 @@
         # let's check bool for an empty one
         self.assertFalse(LazyAncestors(rustidx, [0], 0, False))
 
+    def test_canonical_index_file(self):
+        irl = self.make_inner_revlog()
+        self.assertEqual(irl.canonical_index_file, b'test.i')
+
 
 # Conditional skipping done by the base class
 class PyO3InnerRevlogTest(