[hibernate-commits] Hibernate SVN: r19564 - core/trunk/testsuite/src/test/java/org/hibernate/test/keymanytoone/bidir/component.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 20 01:45:33 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-05-20 01:45:33 -0400 (Thu, 20 May 2010)
New Revision: 19564

Modified:
   core/trunk/testsuite/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
Log:
HHH-2277 - bidirectional <key-many-to-one> both lazy=false fetch=join lead to infinite loop


Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java	2010-05-20 05:37:43 UTC (rev 19563)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java	2010-05-20 05:45:33 UTC (rev 19564)
@@ -105,7 +105,7 @@
 		s.close();
 	}
 
-	public void testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelfFailureExpected() {
+	public void testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf() {
 		// long winded method name to say that this is a test specifically for HHH-2277 ;)
 		// essentially we have a bidirectional association where one side of the
 		// association is actually part of a composite PK.



More information about the hibernate-commits mailing list