[hibernate-commits] Hibernate SVN: r19537 - core/trunk/annotations/src/test/java/org/hibernate/test/annotations/fetchprofile.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 18 03:14:21 EDT 2010


Author: epbernard
Date: 2010-05-18 03:14:20 -0400 (Tue, 18 May 2010)
New Revision: 19537

Modified:
   core/trunk/annotations/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
Log:
HHH-5233 Add @FailureExpected

Modified: core/trunk/annotations/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
===================================================================
--- core/trunk/annotations/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java	2010-05-18 07:12:45 UTC (rev 19536)
+++ core/trunk/annotations/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java	2010-05-18 07:14:20 UTC (rev 19537)
@@ -13,7 +13,7 @@
  */
 public class MoreFetchProfileTest extends TestCase{
 
-	//@FailureExpected( jiraKey = "HHH-5233")
+	@FailureExpected( jiraKey = "HHH-5233")
 	public void testFetchWithTwoOverrides() throws Exception {
 		Session s = openSession(  );
 		s.enableFetchProfile( "customer-with-orders-and-country" );



More information about the hibernate-commits mailing list