HHH-9104 corrected BasicHibernateAnnotationsTest.testFilterOnCollection
test data cleanup
This commit is contained in:
parent
c98c4869a8
commit
3ed2d7a35c
|
@ -330,6 +330,11 @@ public class BasicHibernateAnnotationsTest extends BaseCoreFunctionalTestCase {
|
||||||
tx.commit();
|
tx.commit();
|
||||||
s.close();
|
s.close();
|
||||||
|
|
||||||
|
s = openSession();
|
||||||
|
tx = s.beginTransaction();
|
||||||
|
s.createQuery( "delete from " + Narrative.class.getSimpleName() ).executeUpdate();
|
||||||
|
tx.commit();
|
||||||
|
s.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue