diff 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
line wrap: on
line diff
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -18,6 +18,7 @@ import wrappers
 # Fixtures that need to be pulled at a subdirectory of the repo path
 subdir = {'truncatedhistory.svndump': '/project2',
           'fetch_missing_files_subdir.svndump': '/foo',
+          'empty_dir_in_trunk_not_repo_root.svndump': '/project',
           }
 
 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)),