mirror of https://github.com/apache/archiva.git
fix junit
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1125756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc33d46ce9
commit
3f8c66c3f4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue