Author: steve.ebersole(a)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();
}
Show replies by date