SOLR-10286: fix test for Windows

This commit is contained in:
David Smiley 2017-03-18 10:42:34 -04:00
parent 9b57545df0
commit e7d9db9d6c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class LargeFieldTest extends SolrTestCaseJ4 {
System.setProperty("documentCache.enabled", "true");
System.setProperty("enableLazyFieldLoading", "true");
initCore("solrconfig-managed-schema.xml", "ignoredSchemaName?");
initCore("solrconfig-managed-schema.xml", "ignoredSchemaName");
// TODO SOLR-10229 will make this easier
boolean PERSIST_FALSE = false; // don't write to test resource dir