Rev 4600: Add a conversion to 2a format to make sure things get tested, see that it is now failing the inventories test. in http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
John Arbash Meinel
john at arbash-meinel.com
Tue Aug 11 22:02:52 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/1.19-bug-402778
------------------------------------------------------------
revno: 4600
revision-id: john at arbash-meinel.com-20090811210246-c5r6zaze1hyyfxvm
parent: john at arbash-meinel.com-20090811172931-zzc9vsx6ey18psw8
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.19-bug-402778
timestamp: Tue 2009-08-11 16:02:46 -0500
message:
Add a conversion to 2a format to make sure things get tested, see that it is now failing the inventories test.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_interrepository/__init__.py'
--- a/bzrlib/tests/per_interrepository/__init__.py 2009-07-10 06:46:10 +0000
+++ b/bzrlib/tests/per_interrepository/__init__.py 2009-08-11 21:02:46 +0000
@@ -68,7 +68,12 @@
def default_test_list():
"""Generate the default list of interrepo permutations to test."""
- from bzrlib.repofmt import knitrepo, pack_repo, weaverepo
+ from bzrlib.repofmt import (
+ groupcompress_repo,
+ knitrepo,
+ pack_repo,
+ weaverepo,
+ )
result = []
# test the default InterRepository between format 6 and the current
# default format.
@@ -111,6 +116,9 @@
result.append((InterDifferingSerializer,
pack_repo.RepositoryFormatKnitPack1(),
pack_repo.RepositoryFormatKnitPack6RichRoot()))
+ result.append((InterDifferingSerializer,
+ pack_repo.RepositoryFormatKnitPack6RichRoot(),
+ groupcompress_repo.RepositoryFormat2a()))
return result
More information about the bazaar-commits
mailing list