mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
Add test
This commit is contained in:
parent
484589c5b4
commit
7d13abf528
@ -22,10 +22,10 @@
|
||||
import org.hibernate.query.Query;
|
||||
import org.hibernate.query.spi.QueryImplementor;
|
||||
|
||||
import org.hibernate.testing.FailureExpected;
|
||||
import org.hibernate.testing.SkipForDialect;
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.hibernate.testing.orm.junit.DomainModel;
|
||||
import org.hibernate.testing.orm.junit.FailureExpected;
|
||||
import org.hibernate.testing.orm.junit.ServiceRegistry;
|
||||
import org.hibernate.testing.orm.junit.SessionFactory;
|
||||
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
||||
@ -142,7 +142,7 @@ public void testQueryWithEmbeddedIsNull(SessionFactoryScope scope) {
|
||||
|
||||
@Test
|
||||
@TestForIssue(jiraKey = "HHH-8172")
|
||||
// @FailureExpected(jiraKey = "HHH-8172")
|
||||
@FailureExpected(jiraKey = "HHH-8172")
|
||||
public void testQueryWithEmbeddedParameterAllNull(SessionFactoryScope scope) {
|
||||
Person person = new Person();
|
||||
Address a = new Address();
|
||||
|
Loading…
x
Reference in New Issue
Block a user