Author: steve.ebersole(a)jboss.com
Date: 2006-09-01 16:37:33 -0400 (Fri, 01 Sep 2006)
New Revision: 10418
Modified:
branches/Branch_3_2/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
Log:
test data cleanup
Modified:
branches/Branch_3_2/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
===================================================================
---
branches/Branch_3_2/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java 2006-09-01
20:37:21 UTC (rev 10417)
+++
branches/Branch_3_2/Hibernate3/test/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java 2006-09-01
20:37:33 UTC (rev 10418)
@@ -76,6 +76,12 @@
t.commit();
s.close();
+
+ s = openSession();
+ t = s.beginTransaction();
+ s.createQuery( "delete Person" ).executeUpdate();
+ t.commit();
+ s.close();
}
private void prepareTestData(Session s) {
Show replies by date