re-enable accidentally turned off test evilness

This commit is contained in:
Mike McCandless 2016-03-15 05:18:53 -04:00
parent 559432fcdc
commit 4e3f376ca4
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ public class TestPointValues extends LuceneTestCase {
doc.add(new IntPoint("int", 17)); doc.add(new IntPoint("int", 17));
for(int i=0;i<300000;i++) { for(int i=0;i<300000;i++) {
w.addDocument(doc); w.addDocument(doc);
if (false && random().nextInt(1000) == 17) { if (random().nextInt(1000) == 17) {
w.commit(); w.commit();
} }
} }