Add FailureExpcted to EmbeddedTest for @Parent annotation
This commit is contained in:
parent
9d7c4f98e3
commit
d77adbfc13
|
@ -485,6 +485,7 @@ public class EmbeddedTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected(reason = "@Parent annotation mapping has not yet been implemented")
|
||||
public void testParent(SessionFactoryScope scope) {
|
||||
Book book = new Book();
|
||||
scope.inTransaction(
|
||||
|
|
Loading…
Reference in New Issue