do not upper case

This commit is contained in:
anna
2010-04-20 13:53:20 +04:00
parent 7ed9ad21da
commit b0fa2925d3
4 changed files with 1 additions and 1 deletions
@@ -49,7 +49,7 @@ public class UnusedDeclarationTest extends InspectionTestCase {
myTool.ADD_NONJAVA_TO_ENTRIES = old;
}
public void testUIFormUsage() throws Exception {
public void testFormUsage() throws Exception {
boolean old = myTool.ADD_NONJAVA_TO_ENTRIES;
myTool.ADD_NONJAVA_TO_ENTRIES = false;
doTest();