mirror of https://github.com/apache/archiva.git
Fixing search test
This commit is contained in:
parent
df8da96f98
commit
71919be853
|
@ -897,7 +897,7 @@ public class MavenRepositorySearchTest
|
|||
|
||||
Path repo = Paths.get( "target/repo-release" );
|
||||
FileUtils.deleteDirectory(repo.toFile());
|
||||
Path indexDirectory = repo.resolve(".index" );
|
||||
Path indexDirectory = repo.resolve(".indexer" );
|
||||
FileUtils.copyDirectoryStructure( Paths.get( "src/test/repo-release" ).toFile(), repo.toFile() );
|
||||
|
||||
IndexUpgrader.main( new String[]{ indexDirectory.toAbsolutePath().toString() } );
|
||||
|
|
Loading…
Reference in New Issue