changeset 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 b6f9e270f103
children cc7a10efddc9
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
@@ -23,6 +23,7 @@ from hgsubversion import util
 subdir = {'truncatedhistory.svndump': '/project2',
           'fetch_missing_files_subdir.svndump': '/foo',
           'empty_dir_in_trunk_not_repo_root.svndump': '/project',
+          'project_root_not_repo_root.svndump': '/dummyproj',
           }
 
 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)),