HHH-9107 @FailureExpectedWithNewMetamodel

This commit is contained in:
Brett Meyer 2014-04-08 17:04:08 -04:00
parent 8c94c30eb7
commit 42217d78bc
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import static org.junit.Assert.fail;
import org.hibernate.Session;
import org.hibernate.WrongClassException;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.TestForIssue;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import org.junit.Test;
@ -39,6 +40,7 @@ import org.junit.Test;
* @author Brett Meyer
*/
@TestForIssue(jiraKey = "HHH-9028")
@FailureExpectedWithNewMetamodel(message = "AbstractEntityPersister#cacheAccessStrategy is null -- @Cache not getting handled correctly?")
public class PolymorphicCacheTest extends BaseCoreFunctionalTestCase {
@Override
protected Class<?>[] getAnnotatedClasses() {