[hibernate-commits] Hibernate SVN: r10404 - branches/Branch_3_2/Hibernate3/test/org/hibernate/test/interfaceproxy

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Sep 1 14:39:41 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-09-01 14:39:40 -0400 (Fri, 01 Sep 2006)
New Revision: 10404

Modified:
   branches/Branch_3_2/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
Log:
data cleanup

Modified: branches/Branch_3_2/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
===================================================================
--- branches/Branch_3_2/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java	2006-09-01 18:39:25 UTC (rev 10403)
+++ branches/Branch_3_2/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java	2006-09-01 18:39:40 UTC (rev 10404)
@@ -77,8 +77,8 @@
 		catch (ClassCastException cce) {
 			//correct
 		}
-		
-		
+
+		s.createQuery( "delete ItemImpl" ).executeUpdate();
 		t.commit();
 		s.close();
 	}




More information about the hibernate-commits mailing list