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