diff tests/run.py @ 932:dfb3afa6c619

stupid: Fail over to full revision when a PatchError is thrown (issue294) Also give an enhanced exception message when an AssertionError is thrown out of subvertpy. Can't test this as throwing an exception from the appropriate place leaves file handles open in the SVN repository, resulting in a failure to clean up in tearDown().
author Tim Delaney <timothy.c.delaney@gmail.com>
date Tue, 18 Sep 2012 13:18:22 +1000
parents 6b7ac659c855
children cf53cfaaa050
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -20,6 +20,7 @@ def tests():
     import test_fetch_truncated
     import test_hooks
     import test_pull
+    import test_pull_fallback
     import test_push_command
     import test_push_renames
     import test_push_dirs