LUCENE-2613: workaround bugs in this test for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-08-23 11:43:43 +00:00
parent d526694314
commit b6893064ee
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ public class TestCartesian extends LuceneTestCase {
addPoint(writer,"North Pole Way",55.0, 4.0);
writer.commit();
// TODO: fix CustomScoreQuery usage in testRange/testGeoHashRange so we don't need this.
writer.optimize();
writer.close();
}