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:
Robert Muir 2012-02-22 10:57:24 +00:00
parent 620622a70e
commit a7a3d5497f
1 changed files with 0 additions and 2 deletions

View File

@ -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;