mirror of https://github.com/apache/lucene.git
SOLR-8436: remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da9479ca55
commit
b650fe38f8
|
@ -120,7 +120,7 @@ public class TestRealTimeGet extends TestRTGBase {
|
|||
assertU(adoc("id", "13"));
|
||||
|
||||
// this should not need to open another realtime searcher
|
||||
assertJQ(req("qt","/get","id","11", "fl","id", "fqX","id:11") // nocommit
|
||||
assertJQ(req("qt","/get","id","11", "fl","id", "fq","id:11")
|
||||
,"=={doc:{id:'11'}}"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue