help keep tests out of example/solr/data

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-11-24 05:39:23 +00:00
parent d0ba7905af
commit 030d11c086
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ abstract public class SolrExampleTestBase extends AbstractSolrTestCase
// this sets the property for jetty starting SolrDispatchFilter
System.setProperty( "solr.solr.home", this.getSolrHome() );
System.setProperty( "solr.data.dir", "./solr/data" );
}
/**