can't use SimpleText for this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-09-22 17:23:30 +00:00
parent 4e7cc1a695
commit d89d1d091d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
/** Tests for SortedSetSortField selectors other than MIN,
* these require optional codec support (random access to ordinals) */
@SuppressCodecs("Memory") // TODO: fix MemoryDV to support random access to ordinals
@SuppressCodecs({"Memory", "SimpleText"}) // TODO: fix MemoryDV to support random access to ordinals
public class TestSortedSetSelector extends LuceneTestCase {
public void testMax() throws Exception {