~pbeaman/akiban-persistit/accelerate-pruning

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/Bug932097Test.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:
27
27
import com.persistit.Exchange;
28
28
import com.persistit.Persistit;
29
29
import com.persistit.Transaction;
30
 
import com.persistit.unit.PersistitUnitTestCase;
31
30
 
32
31
public class Bug932097Test extends PersistitUnitTestCase {
33
32