HHH-8662 : Deprecate functionality for initialized many-to-many collections of proxies

This commit is contained in:
Gail Badner 2013-10-31 12:37:49 +01:00
parent dd44ad459a
commit 560b274fb7
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ import org.hibernate.jdbc.AbstractReturningWork;
import org.hibernate.jdbc.AbstractWork;
import org.hibernate.proxy.HibernateProxy;
import org.hibernate.testing.DialectChecks;
import org.hibernate.testing.FailureExpected;
import org.hibernate.testing.RequiresDialect;
import org.hibernate.testing.RequiresDialectFeature;
import org.hibernate.testing.SkipForDialect;
@ -4808,6 +4809,7 @@ public class FooBarTest extends LegacyTestCase {
}
@Test
@FailureExpected( jiraKey = "HHH-8662")
public void testProxiesInCollections() throws Exception {
Session s = openSession();
s.beginTransaction();