[hibernate-commits] Hibernate SVN: r10943 - trunk/Hibernate3/test/org/hibernate/test/hql

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Dec 7 09:22:44 EST 2006


Author: steve.ebersole at jboss.com
Date: 2006-12-07 09:22:43 -0500 (Thu, 07 Dec 2006)
New Revision: 10943

Modified:
   trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java
Log:
removed FailureExpected

Modified: trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java	2006-12-07 13:49:42 UTC (rev 10942)
+++ trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.java	2006-12-07 14:22:43 UTC (rev 10943)
@@ -513,7 +513,7 @@
 		s.close();
 	}
 
-	public void testFetchInSubqueryFailureExpected() {
+	public void testFetchInSubqueryFails() {
 		Session s = openSession();
 		try {
 			s.createQuery( "from Animal a where a.mother in (select m from Animal a1 inner join a1.mother as m join fetch m.mother)" ).list();




More information about the hibernate-commits mailing list