diff tests/run.py @ 126:24a64fb0e74b

run.py: register and develop test_fetch_symlinks
author Patrick Mezard <pmezard@gmail.com>
date Wed, 10 Dec 2008 11:03:19 -0600
parents c35f59aa200e
children 46f6b872c988
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -9,6 +9,7 @@ import test_fetch_command
 import test_fetch_command_regexes
 import test_fetch_exec
 import test_fetch_renames
+import test_fetch_symlinks
 import test_fetch_truncated
 import test_push_command
 import test_push_renames
@@ -22,6 +23,7 @@ def suite():
                                test_fetch_command_regexes.suite(),
                                test_fetch_exec.suite(),
                                test_fetch_renames.suite(),
+                               test_fetch_symlinks.suite(),
                                test_fetch_truncated.suite(),
                                test_push_command.suite(),
                                test_push_renames.suite(),