changed ConfigurationKind in tests
from JDK_ONLY to JDK_AND_ANNOTATIONS (after collections mapping added)
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user