File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/hql Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import org .hibernate .community .dialect .DerbyDialect ;
10
10
11
+ import org .hibernate .community .dialect .InformixDialect ;
11
12
import org .hibernate .testing .orm .junit .DomainModel ;
12
13
import org .hibernate .testing .orm .junit .JiraKey ;
13
14
import org .hibernate .testing .orm .junit .SessionFactory ;
31
32
)
32
33
@ SessionFactory
33
34
@ JiraKey ("HHH-16974" )
34
- @ SkipForDialect ( dialectClass = DerbyDialect .class , reason = "it does not like `= null`" )
35
+ @ SkipForDialect ( dialectClass = DerbyDialect .class , reason = "it does not like '= null'" )
36
+ @ SkipForDialect ( dialectClass = InformixDialect .class , reason = "it does not like '= null'" )
35
37
public class QueryComparingAssociationToNullTest {
36
38
37
39
@ Test
You can’t perform that action at this time.
0 commit comments