Skip to content

Commit

Permalink
HHH-10996 : bugfix in code changed to run pre-5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed Feb 21, 2017
1 parent 72f238f commit cfb4d37
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -392,6 +392,7 @@ protected void cleanupTestData() throws Exception {
s.delete( o );
}
}
transaction.commit();
}
catch (Exception e) {
if ( transaction.getStatus().canRollback() ) {
Expand Down

0 comments on commit cfb4d37

Please sign in to comment.