don't use slow codecs for this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1214747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-12-15 13:36:46 +00:00
parent 51a8ec6037
commit 909f6533fe
1 changed files with 2 additions and 0 deletions

View File

@ -23,8 +23,10 @@ import org.apache.lucene.index.codecs.Codec;
import org.apache.lucene.index.codecs.memory.MemoryPostingsFormat; import org.apache.lucene.index.codecs.memory.MemoryPostingsFormat;
import org.apache.lucene.store.*; import org.apache.lucene.store.*;
import org.apache.lucene.util.*; import org.apache.lucene.util.*;
import org.apache.lucene.util.LuceneTestCase.UseNoMemoryExpensiveCodec;
import org.junit.Test; import org.junit.Test;
@UseNoMemoryExpensiveCodec
public class TestRollingUpdates extends LuceneTestCase { public class TestRollingUpdates extends LuceneTestCase {
// Just updates the same set of N docs over and over, to // Just updates the same set of N docs over and over, to