fix test harness

This commit is contained in:
Xavier Léauté 2014-08-08 14:05:10 -07:00
parent ddcea18631
commit d198959c60
1 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,8 @@ import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
import java.io.IOException; import java.io.IOException;
@ -36,8 +38,7 @@ import java.util.concurrent.CountDownLatch;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.atomic.AtomicReference;
/** @RunWith(Parameterized.class)
*/
public class CompressedLongsIndexedSupplierTest extends CompressionStrategyTest public class CompressedLongsIndexedSupplierTest extends CompressionStrategyTest
{ {
public CompressedLongsIndexedSupplierTest(CompressedObjectStrategy.CompressionStrategy compressionStrategy) public CompressedLongsIndexedSupplierTest(CompressedObjectStrategy.CompressionStrategy compressionStrategy)