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

« back to all changes in this revision

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

Merge from eclipse_canonical_format

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
import static org.junit.Assert.assertTrue;
19
19
 
20
 
import java.util.concurrent.atomic.AtomicInteger;
21
 
import java.util.concurrent.atomic.AtomicLong;
22
 
 
23
20
import org.junit.Test;
24
21
 
25
 
import com.persistit.exception.PersistitException;
26
22
import com.persistit.unit.PersistitUnitTestCase;
27
23
 
28
24
public class Bug992801Test extends PersistitUnitTestCase {