do not upper case

This commit is contained in:
anna
2010-04-20 13:39:04 +04:00
parent b0fa2925d3
commit c85d94ea4f
3 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class MakeClassStaticTest extends LightCodeInsightTestCase {
public void testSimpleWithFields() throws Exception { performWithFields(); }
public void testFieldInitializerMoveToConstructor() throws Exception { performWithFields(); }
public void testFieldInitializerMovedToConstructor() throws Exception { performWithFields(); }
public void testQualifiedThisInSibling() throws Exception { perform(); }