mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-9104 corrected BasicHibernateAnnotationsTest.testFilterOnCollection
test data cleanup
This commit is contained in:
parent
c98c4869a8
commit
3ed2d7a35c
@ -330,6 +330,11 @@ public void testFilterOnCollection() {
|
|||||||
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…
x
Reference in New Issue
Block a user