[hibernate-commits] Hibernate SVN: r10403 - trunk/Hibernate3/test/org/hibernate/test/interfaceproxy

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


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

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

Modified: trunk/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
===================================================================
--- trunk/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java	2006-09-01 18:35:52 UTC (rev 10402)
+++ trunk/Hibernate3/test/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java	2006-09-01 18:39:25 UTC (rev 10403)
@@ -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