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