~pbeaman/akiban-persistit/buffer-pool-warmup-sorted

« back to all changes in this revision

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

Merge from eclipse_canonical_format

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
import org.junit.Test;
24
24
 
25
 
import com.persistit.Exchange;
26
 
import com.persistit.Key;
27
 
import com.persistit.Persistit;
28
 
import com.persistit.Transaction;
29
25
import com.persistit.unit.PersistitUnitTestCase;
30
26
 
31
27
/**