Maven indices test to rely on loading order

This commit is contained in:
Roman Shevchenko
2010-06-03 22:37:22 +04:00
parent 26e1f616b0
commit 9e018513dc
@@ -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();