move mock jdk 1.7 to community/java

This commit is contained in:
anna
2010-04-20 14:10:20 +04:00
parent eb430ce9d5
commit 8eca0543b4
7 changed files with 8 additions and 4 deletions

View File

@@ -226,6 +226,6 @@ public class IntroduceVariableTest extends LightCodeInsightTestCase {
}
@Override
protected Sdk getProjectJDK() {
return JavaSdkImpl.getMockJdk17("java 1.7");
return JavaSdkImpl.getMockJdk17();
}
}