summaryrefslogtreecommitdiff
path: root/tests/test_generic_processor.py
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-02-20 18:11:57 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-02-20 18:11:57 +1000
commitc95ed35583f4f7100744de56eaf44546e4264c7d (patch)
tree7326942ab640c25f3e6d0d4e4aeed5ced2950751 /tests/test_generic_processor.py
parent6ebac79d452fc7a7792533fa649bf8e6f71c8be6 (diff)
downloadbzr-fastimport-c95ed35583f4f7100744de56eaf44546e4264c7d.tar.gz
get DeltaCommitHandler passing all tests
Diffstat (limited to 'tests/test_generic_processor.py')
-rw-r--r--tests/test_generic_processor.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_generic_processor.py b/tests/test_generic_processor.py
index 03f5b6c..000a4f9 100644
--- a/tests/test_generic_processor.py
+++ b/tests/test_generic_processor.py
@@ -36,6 +36,10 @@ class TestCaseForGenericProcessor(tests.TestCaseWithTransport):
def get_handler(self):
branch = self.make_branch('.')
handler = generic_processor.GenericProcessor(branch.bzrdir)
+ # Hack in the DeltaCommitHandler using experimental
+ # This really need to be a parameterised test instead
+ #handler = generic_processor.GenericProcessor(branch.bzrdir,
+ # params = {'experimental': True})
return handler, branch
# FIXME: [] as a default is bad, as it is mutable, but I want