mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Maven indices test to rely on loading order
This commit is contained in:
@@ -248,7 +248,7 @@ public class MavenIndicesTest extends MavenIndicesTestCase {
|
||||
File dir = index.getDir();
|
||||
shutdownIndices();
|
||||
|
||||
File copy = new File(dir.getParentFile(), "INDEX_COPY");
|
||||
File copy = new File(dir.getParentFile(), "ZZZ_INDEX_COPY");
|
||||
FileUtil.copyDir(dir, copy);
|
||||
|
||||
initIndices();
|
||||
|
||||
Reference in New Issue
Block a user