mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 18:19:02 +00:00
Fixing search test
This commit is contained in:
parent
df8da96f98
commit
71919be853
@ -897,7 +897,7 @@ public void nolimitedResult()
|
||||
|
||||
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…
x
Reference in New Issue
Block a user