File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
openjpa-lib/src/test/java/org/apache/openjpa/lib/util Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
import org .apache .openjpa .lib .util .ConfigurationsIT .A3_OBJ_DEPTH ;
6
6
import org .apache .openjpa .lib .util .ConfigurationsIT .TestState ;
7
7
import org .apache .openjpa .lib .util .ConfigurationsITClasses .Deepest1 ;
8
+ import org .apache .openjpa .lib .util .ConfigurationsITClasses .Deepest12 ;
8
9
import org .apache .openjpa .lib .util .ConfigurationsITClasses .Deepest123 ;
9
10
import org .apache .openjpa .lib .util .ConfigurationsITClasses .Intermediate12 ;
10
11
@@ -51,6 +52,10 @@ public void configure() {
51
52
testState .a3 == A3_OBJ_DEPTH .GREATER_THAN_ZERO ) {
52
53
testState .obj = new Intermediate12 ();
53
54
return ;
55
+ } else if (testState .a2 == A2_NUMBER_OF_SETTABLE_PROPERTIES .EQUAL_AS_PROPERTIES_SIZE_MINUS_1 &&
56
+ testState .a3 == A3_OBJ_DEPTH .ZERO ) {
57
+ testState .obj = new Deepest12 ();
58
+ return ;
54
59
}
55
60
56
61
throw new IllegalStateException (String .format (
You can’t perform that action at this time.
0 commit comments