[hibernate-commits] Hibernate SVN: r10295 - branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/ql

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 18 18:01:59 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-08-18 18:01:43 -0400 (Fri, 18 Aug 2006)
New Revision: 10295

Modified:
   branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
Log:
HHH-1944 : generated subqueries and jpaql compliance (derived select clause) check

Modified: branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
===================================================================
--- branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java	2006-08-18 22:01:00 UTC (rev 10294)
+++ branches/Branch_3_2/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java	2006-08-18 22:01:43 UTC (rev 10295)
@@ -47,7 +47,7 @@
 		s.close();
 	}
 
-	public void testSelectWithDistinctClause() {
+	public void testGeneratedSubquery() {
 		Session s = openSession();
 		s.createQuery( "select c FROM Item c WHERE c.parts IS EMPTY" ).list();
 		s.close();




More information about the hibernate-commits mailing list