mirror of https://github.com/apache/lucene.git
TestWindowsMmap now creates the index $(system.tempDir)/testLuceneMmap.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@518753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b04a15016d
commit
40093328ca
|
@ -43,7 +43,8 @@ public class TestWindowsMMap extends TestCase {
|
|||
return fb.toString();
|
||||
}
|
||||
|
||||
private final static String storePathname = "testLuceneMmap";
|
||||
private final static String storePathname =
|
||||
new File(System.getProperty("tempDir"),"testLuceneMmap").getAbsolutePath();
|
||||
|
||||
public void testMmapIndex() throws Exception {
|
||||
FSDirectory storeDirectory;
|
||||
|
|
Loading…
Reference in New Issue