Rev 2482: Make all test_commit tests pass. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
robertc at robertcollins.net
Tue Mar 6 12:59:13 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr/dirstate
------------------------------------------------------------
revno: 2482
revision-id: robertc at robertcollins.net-20070306125822-gs9rgs7v2erqgf2d
parent: robertc at robertcollins.net-20070306122818-xk0lc3l01ecl6vbc
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate.dogfood
timestamp: Tue 2007-03-06 23:58:22 +1100
message:
Make all test_commit tests pass.
modified:
bzrlib/tests/workingtree_implementations/test_commit.py test_commit.py-20060421013633-1610ec2331c8190f
=== modified file 'bzrlib/tests/workingtree_implementations/test_commit.py'
--- a/bzrlib/tests/workingtree_implementations/test_commit.py 2007-03-06 12:28:18 +0000
+++ b/bzrlib/tests/workingtree_implementations/test_commit.py 2007-03-06 12:58:22 +0000
@@ -234,7 +234,7 @@
sub_basis.lock_read()
self.addCleanup(sub_basis.unlock)
self.assertEqual(subsubtree.last_revision(),
- sub_basis.get_reference_revision(basis.path2id('subtree')))
+ sub_basis.get_reference_revision(sub_basis.path2id('subtree')))
# the intermediate tree has changed, so should have had a commit
# take place.
self.assertNotEqual(None, subtree.last_revision())
More information about the bazaar-commits
mailing list