Minor: update junit to 4.11
This commit is contained in:
@@ -30,7 +30,7 @@ public class JUnitUsageGenTest extends CodegenTestCase {
|
||||
@Override
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
File junitJar = new File("libraries/lib/junit-4.9.jar");
|
||||
File junitJar = new File("libraries/lib/junit-4.11.jar");
|
||||
|
||||
if (!junitJar.exists()) {
|
||||
throw new AssertionError("JUnit jar wasn't found");
|
||||
|
||||
@@ -86,7 +86,7 @@ public class TestlibTest extends UsefulTestCase {
|
||||
CompilerConfiguration configuration = JetTestUtils.compilerConfigurationForTests(ConfigurationKind.ALL, TestJdkKind.FULL_JDK);
|
||||
configuration.add(JVMConfigurationKeys.CLASSPATH_KEY, JetTestUtils.getAnnotationsJar());
|
||||
|
||||
junitJar = new File("libraries/lib/junit-4.9.jar");
|
||||
junitJar = new File("libraries/lib/junit-4.11.jar");
|
||||
assertTrue(junitJar.exists());
|
||||
configuration.add(JVMConfigurationKeys.CLASSPATH_KEY, junitJar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user