mirror of https://github.com/apache/lucene.git
re-enable accidentally turned off test evilness
This commit is contained in:
parent
cf3eea2640
commit
56ca641b5b
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue