better method name

This commit is contained in:
Stepan Koltsov
2012-05-03 18:30:38 +04:00
parent fcee8a4133
commit f4527b8167
42 changed files with 181 additions and 191 deletions
@@ -29,7 +29,7 @@ public class AnnotationGenTest extends CodegenTestCase {
@Override
protected void setUp() throws Exception {
super.setUp();
createEnvironmentWithMockJdk(CompilerSpecialMode.JDK_HEADERS);
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
}
public void testPropField() throws NoSuchFieldException, NoSuchMethodException {
@@ -164,4 +164,4 @@ public class AnnotationGenTest extends CodegenTestCase {
assertEquals("C", cClass.getName());
assertEquals("239", cClass.getDeclaredMethod("c").invoke(invoke));
}
}
}