HHH-5233 Add @FailureExpected

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19537 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-05-18 07:14:20 +00:00
parent 76059f0215
commit e1d6d7cb19
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import org.hibernate.test.annotations.TestCase;
*/
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" );