Commit 55a7bdd2 authored by Andreas Zeidler's avatar Andreas Zeidler

Forward-port r91436.

parent 72d3a8fa
......@@ -566,6 +566,7 @@ def test_suite():
(re.compile(r'\%(sep)s' % dict(sep=os.path.sep)), '/'),
]),
))
suite.addTest(unittest.makeSuite(BlobCloneTests))
suite.addTest(unittest.makeSuite(BlobUndoTests))
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