Mercurial > hgsubversion
comparison tests/test_util.py @ 270:2848d17eae71
Fix rebuildmeta tests for empty_dir_in_trunk_not_repo_root
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Tue, 21 Apr 2009 15:25:08 -0500 |
| parents | ffccf0080e54 |
| children | 3848a7f9b983 |
comparison
equal
deleted
inserted
replaced
| 269:14914dbd8a4a | 270:2848d17eae71 |
|---|---|
| 16 import wrappers | 16 import wrappers |
| 17 | 17 |
| 18 # Fixtures that need to be pulled at a subdirectory of the repo path | 18 # Fixtures that need to be pulled at a subdirectory of the repo path |
| 19 subdir = {'truncatedhistory.svndump': '/project2', | 19 subdir = {'truncatedhistory.svndump': '/project2', |
| 20 'fetch_missing_files_subdir.svndump': '/foo', | 20 'fetch_missing_files_subdir.svndump': '/foo', |
| 21 'empty_dir_in_trunk_not_repo_root.svndump': '/project', | |
| 21 } | 22 } |
| 22 | 23 |
| 23 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), | 24 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), |
| 24 'fixtures') | 25 'fixtures') |
| 25 | 26 |
