mirror of https://github.com/apache/lucene.git
SOLR-6895: Fix rename error in AliasIntegrationTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
994c32db1a
commit
259604ec24
|
@ -229,7 +229,7 @@ public class AliasIntegrationTest extends AbstractFullDistribZkTestBase {
|
|||
"humpty dumpy4 sat on a walls");
|
||||
httpclient.add(doc8);
|
||||
httpclient.commit();
|
||||
res = client.query(query);
|
||||
res = httpclient.query(query);
|
||||
assertEquals(3, res.getResults().getNumFound());
|
||||
httpclient.shutdown();
|
||||
httpclient = null;
|
||||
|
|
Loading…
Reference in New Issue