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:
Daniel Naber 2004-08-11 07:18:04 +00:00
parent 453a317e1e
commit f3edf7417a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class TestRussianAnalyzer extends TestCase
protected void setUp() throws Exception protected void setUp() throws Exception
{ {
dataDir = new File(System.getProperty("dataDir")); dataDir = new File(System.getProperty("dataDir", "./bin"));
} }
public void testUnicode() throws IOException public void testUnicode() throws IOException