Rev 2442: set common root ids in more tests in file:///home/mbp/bzr/Work/subtree/

Martin Pool mbp at sourcefrog.net
Mon Mar 5 06:07:35 GMT 2007


------------------------------------------------------------
revno: 2442
revision-id: mbp at sourcefrog.net-20070305060734-xq5zyucm5puufr6z
parent: mbp at sourcefrog.net-20070305055824-8pw7naoogm3ujbrx
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: subtree
timestamp: Mon 2007-03-05 17:07:34 +1100
message:
  set common root ids in more tests
modified:
  bzrlib/tests/intertree_implementations/test_compare.py test_compare.py-20060724101752-09ysswo1a92uqyoz-2
=== modified file 'bzrlib/tests/intertree_implementations/test_compare.py'
--- a/bzrlib/tests/intertree_implementations/test_compare.py	2007-03-05 05:58:24 +0000
+++ b/bzrlib/tests/intertree_implementations/test_compare.py	2007-03-05 06:07:34 +0000
@@ -820,6 +820,7 @@
         # both foo and bar.
         tree1 = self.make_branch_and_tree('tree1')
         tree2 = self.make_to_branch_and_tree('tree2')
+        tree2.set_root_id(tree1.get_root_id())
         self.build_tree(['tree2/file', 'tree2/dir/',
             'tree1/file', 'tree2/movedfile',
             'tree1/dir/', 'tree2/moveddir/'])




More information about the bazaar-commits mailing list