diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-08-22 18:19:24 +1000 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2009-08-22 18:19:24 +1000 |
commit | def220ea762ff788d323f48274612536fbd8fe5a (patch) | |
tree | 8735497bb1b3f99d9c3815784c882bd6b4eb2a13 /tests | |
parent | 845c9c7be28f89cb1975d58c2c140a217240d4e2 (diff) | |
download | bzr-fastimport-def220ea762ff788d323f48274612536fbd8fe5a.tar.gz |
Change tests to use 2a instead of development6-rich-root
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_generic_processor.py | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/test_generic_processor.py b/tests/test_generic_processor.py index b0497b7..1b267da 100644 --- a/tests/test_generic_processor.py +++ b/tests/test_generic_processor.py @@ -1050,43 +1050,43 @@ class TestImportToRichRootFileKinds(TestImportToPackFileKinds): branch_format = "1.9-rich-root" try: - from bzrlib.repofmt.groupcompress_repo import RepositoryFormatCHK1 + from bzrlib.repofmt.groupcompress_repo import RepositoryFormat2a class TestImportToChkModify(TestImportToPackModify): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkModifyTwice(TestImportToPackModifyTwice): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkModifyTricky(TestImportToPackModifyTricky): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkDelete(TestImportToPackDelete): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkDeleteNew(TestImportToPackDeleteNew): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkDeleteDirectory(TestImportToPackDeleteDirectory): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkRename(TestImportToPackRename): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkRenameNew(TestImportToPackRenameNew): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkRenameTricky(TestImportToPackRenameTricky): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkCopy(TestImportToPackCopy): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkCopyNew(TestImportToPackCopyNew): - branch_format = "development6-rich-root" + branch_format = "2a" class TestImportToChkFileKinds(TestImportToPackFileKinds): - branch_format = "development6-rich-root" + branch_format = "2a" except ImportError: pass |