Исправлены тесты

This commit is contained in:
Victor 2016-07-24 12:17:05 +03:00
parent 7ed3ab9729
commit c28aa4004a
20 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,6 @@ dependencies {
compile 'org.json:json:20160212' compile 'org.json:json:20160212'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
testCompile 'org.openjdk.jmh:jmh-core:1.12' testCompile 'org.openjdk.jmh:jmh-core:1.13'
testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.12' testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.13'
} }

View File

@ -24,7 +24,7 @@ import org.junit.runners.Parameterized.Parameters;
@RunWith(value = Parameterized.class) @RunWith(value = Parameterized.class)
public class ProgramsTest { public class ProgramsTest {
private static final String RES_DIR = "test/resources"; private static final String RES_DIR = "src/test/resources";
private final String programPath; private final String programPath;