Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
511:0e2564d4257d | 512:c421e6bf0d95 |
---|---|
75 # Fixtures that need to be pulled at a subdirectory of the repo path | 75 # Fixtures that need to be pulled at a subdirectory of the repo path |
76 subdir = {'truncatedhistory.svndump': '/project2', | 76 subdir = {'truncatedhistory.svndump': '/project2', |
77 'fetch_missing_files_subdir.svndump': '/foo', | 77 'fetch_missing_files_subdir.svndump': '/foo', |
78 'empty_dir_in_trunk_not_repo_root.svndump': '/project', | 78 'empty_dir_in_trunk_not_repo_root.svndump': '/project', |
79 'project_root_not_repo_root.svndump': '/dummyproj', | 79 'project_root_not_repo_root.svndump': '/dummyproj', |
80 'project_name_with_space.svndump': '/project name', | |
80 } | 81 } |
81 | 82 |
82 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), | 83 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), |
83 'fixtures') | 84 'fixtures') |
84 | 85 |