Mercurial > hgsubversion
diff tests/test_util.py @ 512:c421e6bf0d95
tests: test paths with spaces
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 24 Dec 2009 13:38:06 -0600 |
parents | 0e2564d4257d |
children | f089f46729ee |
line wrap: on
line diff
--- a/tests/test_util.py +++ b/tests/test_util.py @@ -77,6 +77,7 @@ subdir = {'truncatedhistory.svndump': '/ 'fetch_missing_files_subdir.svndump': '/foo', 'empty_dir_in_trunk_not_repo_root.svndump': '/project', 'project_root_not_repo_root.svndump': '/dummyproj', + 'project_name_with_space.svndump': '/project name', } FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)),