#463 Update test

This commit is contained in:
Timo Westkämper 2013-07-31 22:38:42 +03:00
parent 98db3640f5
commit 896ff21cd6

View File

@ -215,9 +215,8 @@ public class JPASQLBase {
}
@Test
@Ignore
public void EntityQueries2() {
QCat catEntity = QCat.cat;
QCat catEntity = new QCat("animal_");
query().from(catEntity).list(catEntity.toes.max());
}