mirror of https://github.com/apache/lucene.git
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:
parent
84f6e500b3
commit
b45e8cb708
|
@ -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']"
|
||||
|
|
Loading…
Reference in New Issue