Skip to content

Commit

Permalink
HHH-9104 corrected BasicHibernateAnnotationsTest.testFilterOnCollection
Browse files Browse the repository at this point in the history
test data cleanup
  • Loading branch information
brmeyer committed Apr 7, 2014
1 parent 03586f3 commit b861b4d
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -322,6 +322,11 @@ public void testFilterOnCollection() {
tx.commit();
s.close();

s = openSession();
tx = s.beginTransaction();
s.createQuery( "delete from " + Narrative.class.getSimpleName() ).executeUpdate();
tx.commit();
s.close();
}

@Test
Expand Down

0 comments on commit b861b4d

Please sign in to comment.