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:
Yonik Seeley 2015-12-24 02:59:53 +00:00
parent da9479ca55
commit b650fe38f8
1 changed files with 1 additions and 1 deletions

View File

@ -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'}}"
);