summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@internode.on.net>2009-04-08 12:51:27 +1000
committerIan Clatworthy <ian.clatworthy@internode.on.net>2009-04-08 12:51:27 +1000
commitfb1e2266d98f387136b5379cae3dc4ef69b0b428 (patch)
tree063e02a915ff16d00166e153c55b2c4e91578275
parent681e6f9d0cf8caf41075d60f66f674516e284f86 (diff)
downloadpython-fastimport-fb1e2266d98f387136b5379cae3dc4ef69b0b428.tar.gz
upgrade tests to use --development6-rich-root
-rw-r--r--tests/test_generic_processor.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/test_generic_processor.py b/tests/test_generic_processor.py
index 423b16f..2e8be2f 100644
--- a/tests/test_generic_processor.py
+++ b/tests/test_generic_processor.py
@@ -736,31 +736,31 @@ class TestImportToRichRootFileKinds(TestImportToPackFileKinds):
branch_format = "1.9-rich-root"
try:
- from bzrlib.repofmt.pack_repo import RepositoryFormatPackDevelopment5Hash255
+ from bzrlib.repofmt.groupcompress_repo import RepositoryFormatCHK1
class TestImportToChkModify(TestImportToPackModify):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkModifyTricky(TestImportToPackModifyTricky):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkDelete(TestImportToPackDelete):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkDeleteDirectory(TestImportToPackDeleteDirectory):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkRename(TestImportToPackRename):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkRenameTricky(TestImportToPackRenameTricky):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkCopy(TestImportToPackCopy):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
class TestImportToChkFileKinds(TestImportToPackFileKinds):
- branch_format = "gc-chk255-big"
+ branch_format = "development6-rich-root"
except ImportError:
pass