fix junit

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1125756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-05-21 17:57:55 +00:00
parent dc33d46ce9
commit 3f8c66c3f4
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public class RepositoryContentConsumersTest
knownControl.reset();
invalidControl.reset();
File notIncludedTestFile = new File( "./target/test-repo/path/to/test-file.xml" );
File notIncludedTestFile = new File( "target/test-repo/path/to/test-file.xml" );
selectedKnownConsumer.beginScan( repo, startTime, false );
selectedKnownConsumer.getExcludes();