fix case of testdata

This commit is contained in:
Dmitry Jemerov
2009-09-28 20:07:31 +04:00
parent c3464cfd7a
commit 4c7a7565ce
5 changed files with 7 additions and 7 deletions
@@ -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 {