~akiban-technologies/akiban-persistit/blog-posts

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/stress/Recovery1.java

merge pbeaman: Add support for running a sequence of suites.

https://code.launchpad.net/~pbeaman/akiban-persistit/fix_nightly_stress_tests/+merge/110148

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        new Recovery1(args).runTest();
35
35
    }
36
36
 
37
 
    private Recovery1(final String[] args) {
 
37
    public Recovery1(final String[] args) {
38
38
        super(name(), args);
39
39
    }
40
40