mirror of https://github.com/apache/lucene.git
revert last commit; maybe there's a real but here...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1214758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
909f6533fe
commit
fd7c848ef5
|
@ -23,10 +23,8 @@ import org.apache.lucene.index.codecs.Codec;
|
|||
import org.apache.lucene.index.codecs.memory.MemoryPostingsFormat;
|
||||
import org.apache.lucene.store.*;
|
||||
import org.apache.lucene.util.*;
|
||||
import org.apache.lucene.util.LuceneTestCase.UseNoMemoryExpensiveCodec;
|
||||
import org.junit.Test;
|
||||
|
||||
@UseNoMemoryExpensiveCodec
|
||||
public class TestRollingUpdates extends LuceneTestCase {
|
||||
|
||||
// Just updates the same set of N docs over and over, to
|
||||
|
|
Loading…
Reference in New Issue