changed ConfigurationKind in tests

from JDK_ONLY to JDK_AND_ANNOTATIONS
 (after collections mapping added)
This commit is contained in:
Svetlana Isakova
2012-09-05 16:25:55 +04:00
parent 9263dbb0fc
commit e72c3d79f8
3 changed files with 4 additions and 4 deletions
@@ -23,7 +23,7 @@ public class SuperGenTest extends CodegenTestCase {
@Override
protected void setUp() throws Exception {
super.setUp();
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_AND_ANNOTATIONS);
}
public void testBasicProperty () {