Idea moved to junit-4.12

This commit is contained in:
Nikolay Krasko
2015-03-24 17:16:00 +03:00
parent 2ebdd32267
commit 8e51f1aadd
4 changed files with 7 additions and 8 deletions
@@ -33,7 +33,7 @@ import java.util.List;
public class JUnitMembersSearcherTest extends AbstractSearcherTest {
private static final LightProjectDescriptor junitProjectDescriptor =
new JetJdkAndLibraryProjectDescriptor(new File(PathManager.getHomePath().replace(File.separatorChar, '/') + "/lib/junit-4.11.jar"));
new JetJdkAndLibraryProjectDescriptor(new File(PathManager.getHomePath().replace(File.separatorChar, '/') + "/lib/junit-4.12.jar"));
public void testJunit3() throws IOException {
doJUnit3test();