~pbeaman/akiban-persistit/accelerate-pruning

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/BufferMaxPack.java

  • Committer: Peter Beaman
  • Date: 2012-06-05 18:34:05 UTC
  • Revision ID: pbeaman@akiban.com-20120605183405-5z5ine8urs0zubml
Move PersistitUnitTestCase to com.persistit

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import org.junit.Test;
26
26
 
27
27
import com.persistit.ValueHelper.RawValueWriter;
28
 
import com.persistit.unit.PersistitUnitTestCase;
29
28
 
30
29
public class BufferMaxPack extends PersistitUnitTestCase {
31
30