diff tests/test_fetch_exec.py @ 154:6fa97cfbf62f

fetch: Refactor extra creation to be shared by real and diff replay. Add convert-compatible meta information to extra.
author Augie Fackler <durin42@gmail.com>
date Tue, 23 Dec 2008 11:10:32 -0600
parents c35f59aa200e
children 91c818377703
line wrap: on
line diff
--- a/tests/test_fetch_exec.py
+++ b/tests/test_fetch_exec.py
@@ -27,7 +27,7 @@ class TestFetchExec(test_util.TestBase):
     def test_empty_prop_val_executable(self, stupid=False):
         repo = self._load_fixture_and_fetch('executable_file_empty_prop.svndump', stupid)
         self.assertEqual(node.hex(repo['tip'].node()),
-                         'b19e2bdd93da30b09c2396cfdb987cc85271249a')
+                         '08e6b380bf291b361a418203a1cb9427213cd1fd')
         self.assertEqual(repo['tip']['foo'].flags(), 'x')
 
     def test_empty_prop_val_executable_stupid(self):