mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
Exclude NoFrom test from hsqldb
This commit is contained in:
parent
01980bede6
commit
0f359d1460
@ -277,6 +277,7 @@ public class JPASQLBase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@ExcludeIn(Target.HSQLDB)
|
||||
public void No_From() {
|
||||
assertNotNull(query().singleResult(DateExpression.currentDate()));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user