~akiban-technologies/akiban-persistit/3.1.7

« back to all changes in this revision

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

  • Committer: build-akiban
  • Date: 2012-08-28 21:30:26 UTC
  • mfrom: (351.1.23 better_4hour_tpcc_2)
  • Revision ID: build@akiban.com-20120828213026-xdoouu3ejg5qouc8
merge pbeaman: This branch solves several problems relating to Journal I/O, pruning and performance.

https://code.launchpad.net/~pbeaman/akiban-persistit/better_4hour_tpcc_3/+merge/121631

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
import org.junit.Test;
31
31
 
32
 
import com.persistit.unit.PersistitUnitTestCase;
33
32
import com.persistit.util.Util;
34
33
 
35
34
public class CommandLineTest extends PersistitUnitTestCase {