Rev 4630: Merge TestRepositoryPackCollection test fix for 2a as default. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
robertc at robertcollins.net
Mon Aug 17 07:40:37 BST 2009
At http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
------------------------------------------------------------
revno: 4630 [merge]
revision-id: robertc at robertcollins.net-20090817064034-kittyy0ctmg6byss
parent: robertc at robertcollins.net-20090817062923-vzvvh5tjcbqolsbx
parent: robertc at robertcollins.net-20090817063946-77kdvgikav0l3of3
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Mon 2009-08-17 16:40:34 +1000
message:
Merge TestRepositoryPackCollection test fix for 2a as default.
modified:
bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
=== modified file 'bzrlib/tests/test_repository.py'
--- a/bzrlib/tests/test_repository.py 2009-08-14 04:13:46 +0000
+++ b/bzrlib/tests/test_repository.py 2009-08-17 06:40:34 +0000
@@ -1041,7 +1041,7 @@
def make_packs_and_alt_repo(self, write_lock=False):
"""Create a pack repo with 3 packs, and access it via a second repo."""
- tree = self.make_branch_and_tree('.')
+ tree = self.make_branch_and_tree('.', format=self.get_format())
tree.lock_write()
self.addCleanup(tree.unlock)
rev1 = tree.commit('one')
More information about the bazaar-commits
mailing list