mirror of https://github.com/apache/lucene.git
LUCENE-6699: fix silly test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1703537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e0061e157
commit
f04d8a9025
|
@ -557,7 +557,7 @@ public class TestGeo3DPointField extends LuceneTestCase {
|
|||
hits.add(docID);
|
||||
}
|
||||
}
|
||||
break;
|
||||
continue;
|
||||
case GeoArea.OVERLAPS:
|
||||
if (VERBOSE) {
|
||||
log.println(" GeoArea.OVERLAPS: keep splitting");
|
||||
|
|
Loading…
Reference in New Issue