fix windows test failure in TestImplicitCoreProperties

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1525935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-09-24 16:07:07 +00:00
parent 84f6e500b3
commit b45e8cb708
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package org.apache.solr.core;
import org.apache.solr.SolrTestCaseJ4;
import java.io.File;
import org.junit.Test;
/*
@ -32,7 +33,7 @@ public class TestImplicitCoreProperties extends SolrTestCaseJ4 {
cc.load();
assertQ(req("q", "*:*")
, "//str[@name='dummy1'][.='collection1']"
, "//str[@name='dummy2'][.='data/']"
, "//str[@name='dummy2'][.='data"+File.separator+"']"
, "//str[@name='dummy3'][.='solrconfig-implicitproperties.xml']"
, "//str[@name='dummy4'][.='schema.xml']"
, "//str[@name='dummy5'][.='false']"