fix typo, set solr.data.dir in JettyWebappTest

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-11-24 05:29:55 +00:00
parent f1dda28cb8
commit d0ba7905af
1 changed files with 2 additions and 3 deletions

View File

@ -41,9 +41,8 @@ public class JettyWebappTest extends TestCase
@Override
public void setUp() throws Exception
{
System.setPrope
rty("solr.solr.home", "../../../example/solr");
System.setProperty("solr.solr.home", "../../../example/solr");
System.setProperty("solr.data.dir", "./solr/data");
String path = "../../webapp/web";
server = new Server(port);