mirror of https://github.com/apache/lucene.git
make the test case also work in Eclipse, not only in the ant task
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
453a317e1e
commit
f3edf7417a
|
@ -48,7 +48,7 @@ public class TestRussianAnalyzer extends TestCase
|
|||
|
||||
protected void setUp() throws Exception
|
||||
{
|
||||
dataDir = new File(System.getProperty("dataDir"));
|
||||
dataDir = new File(System.getProperty("dataDir", "./bin"));
|
||||
}
|
||||
|
||||
public void testUnicode() throws IOException
|
||||
|
|
Loading…
Reference in New Issue