mirror of https://github.com/apache/lucene.git
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:
parent
f1dda28cb8
commit
d0ba7905af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue