mirror of https://github.com/apache/openjpa.git
OPENJPA-856 JPQ2 JPQL add support for entity type expression
remove System.out from testcase git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@736895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d49fdb1ea2
commit
8ee71283c9
|
@ -165,7 +165,6 @@ public class TestEntityTypeExpression extends AbstractTestCase {
|
|||
List<Object> rs1 = em.createQuery(query).getResultList();
|
||||
Object obj = rs1.get(0);
|
||||
obj.toString();
|
||||
System.err.println(obj+" rs size="+rs1.size());
|
||||
}
|
||||
|
||||
endEm(em);
|
||||
|
|
Loading…
Reference in New Issue