removed some of the cruft and redundant copies of junit.jar

This commit is contained in:
James Strachan
2012-03-21 09:09:09 +00:00
parent 81294d43ae
commit e740c47e29
9 changed files with 18 additions and 20 deletions
@@ -38,7 +38,7 @@ public class StdlibTest extends CodegenTestCase {
super.setUp();
createEnvironmentWithFullJdk();
myEnvironment.addToClasspath(ForTestCompileStdlib.stdlibJarForTests());
File junitJar = new File("libraries/testlib/lib/junit-4.9.jar");
File junitJar = new File("libraries/lib/junit-4.9.jar");
if (!junitJar.exists()) {
throw new AssertionError();
@@ -73,7 +73,7 @@ public class TestlibTest extends CodegenTestCase {
myEnvironment.addToClasspath(ForTestCompileStdlib.stdlibJarForTests());
File junitJar = new File("libraries/testlib/lib/junit-4.9.jar");
File junitJar = new File("libraries/lib/junit-4.9.jar");
if (!junitJar.exists()) {
throw new AssertionError();