mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
fix case of testdata
This commit is contained in:
@@ -23,7 +23,7 @@ public class UnusedMethodParameterTest extends InspectionTestCase {
|
||||
private final UnusedParametersInspection myTool = new UnusedParametersInspection();
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("unusedMethodParameter/" + getTestName(false), myTool);
|
||||
doTest("unusedMethodParameter/" + getTestName(true), myTool);
|
||||
}
|
||||
|
||||
public void testFieldInAnonymousClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user