Mercurial > hgsubversion
comparison tests/test_util.py @ 351:3d5c4352a6c8
test_util: Add another missing project root.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 22 May 2009 23:37:33 -0500 |
parents | 537de0300510 |
children | 256863a65141 |
comparison
equal
deleted
inserted
replaced
350:b6f9e270f103 | 351:3d5c4352a6c8 |
---|---|
21 | 21 |
22 # Fixtures that need to be pulled at a subdirectory of the repo path | 22 # Fixtures that need to be pulled at a subdirectory of the repo path |
23 subdir = {'truncatedhistory.svndump': '/project2', | 23 subdir = {'truncatedhistory.svndump': '/project2', |
24 'fetch_missing_files_subdir.svndump': '/foo', | 24 'fetch_missing_files_subdir.svndump': '/foo', |
25 'empty_dir_in_trunk_not_repo_root.svndump': '/project', | 25 'empty_dir_in_trunk_not_repo_root.svndump': '/project', |
26 'project_root_not_repo_root.svndump': '/dummyproj', | |
26 } | 27 } |
27 | 28 |
28 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), | 29 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), |
29 'fixtures') | 30 'fixtures') |
30 | 31 |