do not upper case

This commit is contained in:
anna
2010-04-20 13:41:09 +04:00
parent c85d94ea4f
commit eb430ce9d5

View File

@@ -36,6 +36,6 @@ public class CastConflictsWithInstanceofInspectionTest extends IGInspectionTestC
}
private void doTest() throws Exception {
doTest("com/siyeh/igtest/bugs/castConflictingInstanceof/" + getTestName(false), new CastConflictsWithInstanceofInspection());
doTest("com/siyeh/igtest/bugs/castConflictingInstanceof/" + getTestName(true), new CastConflictsWithInstanceofInspection());
}
}