LUCENE-2743: remove assumption, test is fast now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1032557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-11-08 12:22:45 +00:00
parent 44b77b4f40
commit 1a8e2ac596
1 changed files with 0 additions and 2 deletions

View File

@ -596,8 +596,6 @@ public class TestPhraseQuery extends LuceneTestCase {
}
public void testRandomPhrases() throws Exception {
assumeFalse("test runs extremely slow (minutes) with SimpleText",
CodecProvider.getDefaultCodec().equals("SimpleText"));
Directory dir = newDirectory();
Analyzer analyzer = new MockAnalyzer();