Add test for obsolete issue

#KT-4609 Obsolete
This commit is contained in:
Denis Zharkov
2015-08-03 12:01:06 +03:00
parent 47439603bb
commit b2766bfb57
4 changed files with 31 additions and 0 deletions
@@ -283,6 +283,12 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
doTestCompiledJava(fileName);
}
@TestMetadata("WildcardBounds.java")
public void testWildcardBounds() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/loadJava/compiledJava/WildcardBounds.java");
doTestCompiledJava(fileName);
}
@TestMetadata("compiler/testData/loadJava/compiledJava/annotations")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
@@ -3334,6 +3334,12 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
doTest(fileName);
}
@TestMetadata("WildcardBounds.java")
public void testWildcardBounds() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/loadJava/compiledJava/WildcardBounds.java");
doTest(fileName);
}
@TestMetadata("compiler/testData/loadJava/compiledJava/annotations")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)