@@ -75,7 +75,6 @@ public String[] getMappings() {
75
75
76
76
@ Test
77
77
@ SuppressWarnings ( {"unchecked" })
78
- @ FailureExpectedWithNewMetamodel
79
78
public void testExistingModifiableAfterSetSessionReadOnly () {
80
79
Container cOrig = createContainer ();
81
80
Set expectedInitializedObjects = new HashSet (
@@ -170,7 +169,6 @@ public void testExistingModifiableAfterSetSessionReadOnly() {
170
169
s .close ();
171
170
172
171
}
173
- @ FailureExpectedWithNewMetamodel
174
172
@ Test
175
173
@ SuppressWarnings ( {"unchecked" })
176
174
public void testExistingReadOnlyAfterSetSessionModifiable () {
@@ -260,7 +258,6 @@ public void testExistingReadOnlyAfterSetSessionModifiable() {
260
258
s .close ();
261
259
262
260
}
263
- @ FailureExpectedWithNewMetamodel
264
261
@ Test
265
262
@ SuppressWarnings ( {"unchecked" })
266
263
public void testExistingReadOnlyAfterSetSessionModifiableExisting () {
@@ -351,7 +348,6 @@ public void testExistingReadOnlyAfterSetSessionModifiableExisting() {
351
348
s .close ();
352
349
353
350
}
354
- @ FailureExpectedWithNewMetamodel
355
351
@ SuppressWarnings ( {"unchecked" })
356
352
@ Test
357
353
public void testExistingReadOnlyAfterSetSessionModifiableExistingEntityReadOnly () {
@@ -445,7 +441,6 @@ public void testExistingReadOnlyAfterSetSessionModifiableExistingEntityReadOnly(
445
441
s .close ();
446
442
}
447
443
448
- @ FailureExpectedWithNewMetamodel
449
444
@ SuppressWarnings ( {"unchecked" })
450
445
@ Test
451
446
public void testExistingReadOnlyAfterSetSessionModifiableProxyExisting () {
@@ -536,7 +531,6 @@ public void testExistingReadOnlyAfterSetSessionModifiableProxyExisting() {
536
531
s .close ();
537
532
538
533
}
539
- @ FailureExpectedWithNewMetamodel
540
534
@ SuppressWarnings ( {"unchecked" })
541
535
@ Test
542
536
public void testExistingReadOnlyAfterSetSessionModifiableExistingProxyReadOnly () {
@@ -629,7 +623,6 @@ public void testExistingReadOnlyAfterSetSessionModifiableExistingProxyReadOnly()
629
623
t .commit ();
630
624
s .close ();
631
625
}
632
- @ FailureExpectedWithNewMetamodel
633
626
@ SuppressWarnings ( {"unchecked" })
634
627
@ Test
635
628
public void testDefaultModifiableWithReadOnlyQueryForEntity () {
@@ -716,7 +709,7 @@ public void testDefaultModifiableWithReadOnlyQueryForEntity() {
716
709
t .commit ();
717
710
s .close ();
718
711
}
719
- @ FailureExpectedWithNewMetamodel
712
+
720
713
@ SuppressWarnings ( {"unchecked" })
721
714
@ Test
722
715
public void testDefaultReadOnlyWithModifiableQueryForEntity () {
@@ -791,7 +784,6 @@ public void testDefaultReadOnlyWithModifiableQueryForEntity() {
791
784
t .commit ();
792
785
s .close ();
793
786
}
794
- @ FailureExpectedWithNewMetamodel
795
787
@ SuppressWarnings ( {"unchecked" })
796
788
@ Test
797
789
public void testDefaultReadOnlyWithQueryForEntity () {
@@ -879,7 +871,6 @@ public void testDefaultReadOnlyWithQueryForEntity() {
879
871
t .commit ();
880
872
s .close ();
881
873
}
882
- @ FailureExpectedWithNewMetamodel
883
874
@ SuppressWarnings ( {"unchecked" })
884
875
@ Test
885
876
public void testDefaultModifiableWithQueryForEntity () {
@@ -1001,7 +992,7 @@ public void testDefaultModifiableWithReadOnlyQueryForCollectionEntities() {
1001
992
t .commit ();
1002
993
s .close ();
1003
994
}
1004
- @ FailureExpectedWithNewMetamodel
995
+
1005
996
@ Test
1006
997
@ SuppressWarnings ( {"unchecked" })
1007
998
public void testDefaultReadOnlyWithModifiableFilterCollectionEntities () {
@@ -1093,7 +1084,6 @@ public void testDefaultReadOnlyWithModifiableFilterCollectionEntities() {
1093
1084
t .commit ();
1094
1085
s .close ();
1095
1086
}
1096
- @ FailureExpectedWithNewMetamodel
1097
1087
@ SuppressWarnings ( {"unchecked" })
1098
1088
@ Test
1099
1089
public void testDefaultModifiableWithReadOnlyFilterCollectionEntities () {
@@ -1171,7 +1161,6 @@ public void testDefaultModifiableWithReadOnlyFilterCollectionEntities() {
1171
1161
t .commit ();
1172
1162
s .close ();
1173
1163
}
1174
- @ FailureExpectedWithNewMetamodel
1175
1164
@ SuppressWarnings ( {"unchecked" })
1176
1165
@ Test
1177
1166
public void testDefaultReadOnlyWithFilterCollectionEntities () {
@@ -1260,7 +1249,6 @@ public void testDefaultReadOnlyWithFilterCollectionEntities() {
1260
1249
t .commit ();
1261
1250
s .close ();
1262
1251
}
1263
- @ FailureExpectedWithNewMetamodel
1264
1252
@ SuppressWarnings ( {"unchecked" })
1265
1253
@ Test
1266
1254
public void testDefaultModifiableWithFilterCollectionEntities () {
0 commit comments