Commit bf027890 authored by Andreas Zeidler's avatar Andreas Zeidler

hook up the test from r91064

parent e7439aaf
...@@ -577,6 +577,7 @@ def test_suite(): ...@@ -577,6 +577,7 @@ def test_suite():
(re.compile(r'\%(sep)s' % dict(sep=os.path.sep)), '/'), (re.compile(r'\%(sep)s' % dict(sep=os.path.sep)), '/'),
]), ]),
)) ))
suite.addTest(unittest.makeSuite(BlobCloneTests))
suite.addTest(unittest.makeSuite(BlobUndoTests)) suite.addTest(unittest.makeSuite(BlobUndoTests))
return suite return suite
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment