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:
parent
76059f0215
commit
e1d6d7cb19
|
@ -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" );
|
||||
|
|
Loading…
Reference in New Issue