mirror of https://github.com/apache/lucene.git
SOLR-2523: Fixed test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9558bfe674
commit
37cf58540e
|
@ -62,7 +62,7 @@ public class QueryResponseTest extends LuceneTestCase {
|
|||
@Test
|
||||
public void testRangeFacets() throws Exception {
|
||||
XMLResponseParser parser = new XMLResponseParser();
|
||||
InputStream is = new SolrResourceLoader(null, null).openResource("sampleDateFacetResponse.xml");
|
||||
InputStream is = new SolrResourceLoader(null, null).openResource("solrj/sampleDateFacetResponse.xml");
|
||||
assertNotNull(is);
|
||||
Reader in = new InputStreamReader(is, "UTF-8");
|
||||
NamedList<Object> response = parser.processResponse(in);
|
||||
|
|
Loading…
Reference in New Issue