mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
fix case of testdata
This commit is contained in:
@@ -16,7 +16,7 @@ public class JavaAPIUsagesInspectionTest extends InspectionTestCase {
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("usage1.5/" + getTestName(false), new LocalInspectionToolWrapper(new Java15APIUsageInspection()), "java 1.5");
|
||||
doTest("usage1.5/" + getTestName(true), new LocalInspectionToolWrapper(new Java15APIUsageInspection()), "java 1.5");
|
||||
}
|
||||
|
||||
public void testConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user