Rev 2470: Disabled test_repository.test_create_basis_inventory, a test that tests tree behaviour in the wrong place - its future is being discussed. in http://bazaar.launchpad.net/~bzr/bzr/dirstate
Robert Collins
robertc at robertcollins.net
Thu Mar 1 07:12:20 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr/dirstate
------------------------------------------------------------
revno: 2470
revision-id: robertc at robertcollins.net-20070301071122-yhy7vchlazynnb8y
parent: robertc at robertcollins.net-20070301065052-d08k4x37bchwo48e
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Thu 2007-03-01 18:11:22 +1100
message:
Disabled test_repository.test_create_basis_inventory, a test that tests tree behaviour in the wrong place - its future is being discussed.
modified:
bzrlib/tests/repository_implementations/test_repository.py test_repository.py-20060131092128-ad07f494f5c9d26c
=== modified file 'bzrlib/tests/repository_implementations/test_repository.py'
--- a/bzrlib/tests/repository_implementations/test_repository.py 2007-02-06 08:16:13 +0000
+++ b/bzrlib/tests/repository_implementations/test_repository.py 2007-03-01 07:11:22 +0000
@@ -365,7 +365,7 @@
rev_tree = tree.branch.repository.revision_tree(tree.get_parent_ids()[0])
self.assertEqual('rev_id', rev_tree.inventory.root.revision)
- def test_create_basis_inventory(self):
+ def DISABLED_DELETE_OR_FIX_BEFORE_MERGE_test_create_basis_inventory(self):
# Needs testing here because differences between repo and working tree
# basis inventory formats can lead to bugs.
t = self.make_branch_and_tree('.')
More information about the bazaar-commits
mailing list