mirror of https://github.com/apache/lucene.git
enable tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
620622a70e
commit
a7a3d5497f
|
@ -175,7 +175,6 @@ public class FSTCompletionTest extends LuceneTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Nightly
|
||||
public void testMultilingualInput() throws Exception {
|
||||
List<TermFreq> input = LookupBenchmarkTest.readTop50KWiki();
|
||||
|
||||
|
@ -198,7 +197,6 @@ public class FSTCompletionTest extends LuceneTestCase {
|
|||
assertMatchEquals(completion.lookup("", 10));
|
||||
}
|
||||
|
||||
@Nightly
|
||||
public void testRandom() throws Exception {
|
||||
List<TermFreq> freqs = new ArrayList<TermFreq>();
|
||||
Random rnd = random;
|
||||
|
|
Loading…
Reference in New Issue