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:
Doron Cohen 2007-03-15 21:08:54 +00:00
parent b04a15016d
commit 40093328ca
1 changed files with 2 additions and 1 deletions

View File

@ -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;