Commit e074bb4e authored by Andreas Zeidler's avatar Andreas Zeidler

Forward-port r91436.

parent 6db8513a
...@@ -566,6 +566,7 @@ def test_suite(): ...@@ -566,6 +566,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