fix gant tests

This commit is contained in:
peter
2010-07-03 10:14:03 +01:00
parent ce15d72599
commit b47cf4ccc3
@@ -154,7 +154,7 @@ class GantProjectDescriptor implements LightProjectDescriptor {
}
public Sdk getSdk() {
return JavaSdkImpl.getMockJdk15("java 1.5");
return JavaSdkImpl.getMockJdk17("java 1.5");
}
public void configureModule(Module module, ModifiableRootModel model, ContentEntry contentEntry) {