mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Commented Batoo tests out
This commit is contained in:
parent
6a7887023d
commit
2c40d5897c
@ -1101,6 +1101,7 @@ public abstract class AbstractStandardTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@NoBatooJPA
|
||||
public void List_ElementCollection_Of_String() {
|
||||
QFoo foo = QFoo.foo;
|
||||
StringPath str = new StringPath("str");
|
||||
|
||||
@ -1255,8 +1255,6 @@ public class SelectBase extends AbstractBaseTest{
|
||||
query().from(employee).where(sq1.exists().not()).count();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void Wildcard(){
|
||||
// wildcard
|
||||
|
||||
Loading…
Reference in New Issue
Block a user