Mercurial > hgsubversion
diff tests/run.py @ 96:9b5e528f67f8
Add a test to check EOLs are correctly converted
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 20 Nov 2008 22:41:16 -0600 |
parents | 3b60f223893a |
children | 3afe404042a3 |
line wrap: on
line diff
--- a/tests/run.py +++ b/tests/run.py @@ -11,6 +11,7 @@ import test_fetch_truncated import test_push_command import test_push_renames import test_push_dirs +import test_push_eol import test_tags def suite(): @@ -21,6 +22,7 @@ def suite(): test_push_command.suite(), test_push_renames.suite(), test_push_dirs.suite(), + test_push_eol.suite(), test_tags.suite(), ])