HHH-2277 - bidirectional <key-many-to-one> both lazy=false fetch=join lead to infinite loop

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19564 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-05-20 05:45:33 +00:00
parent 460cbf8d96
commit 5c7f4ee712
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class EagerKeyManyToOneTest extends FunctionalTestCase {
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.