changeset 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 14914dbd8a4a
children 5278817fe8a1
files tests/test_util.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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__)),