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:
Catalina Wei 2009-01-23 02:43:13 +00:00
parent d49fdb1ea2
commit 8ee71283c9
1 changed files with 0 additions and 1 deletions

View File

@ -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);