re-enable accidentally turned off test evilness

This commit is contained in:
Mike McCandless 2016-03-15 05:18:53 -04:00
parent cf3eea2640
commit 56ca641b5b
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));
for(int i=0;i<300000;i++) {
w.addDocument(doc);
if (false && random().nextInt(1000) == 17) {
if (random().nextInt(1000) == 17) {
w.commit();
}
}