You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/DetachedBagDelayedOperationTest.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ public void setup(SessionFactoryScope scope) {
96
96
97
97
scope.inTransaction(
98
98
session -> {
99
-
100
99
session.persist( child1 );
101
100
session.persist( child2 );
102
101
session.persist( parent );
@@ -137,7 +136,7 @@ public void testMergeDetachedCollectionWithQueuedOperations(
"HHH000494: Attempt to merge an uninitialized collection with queued operations; queued operations will be ignored: [org.hibernate.orm.test.collection.delayedOperation.DetachedBagDelayedOperationTest$Parent.children#1]",
@@ -240,7 +241,7 @@ public void testSaveOrUpdateDetachedCollectionWithQueuedOperations(
0 commit comments