HHH-10996 : bugfix in code changed to run pre-5.2

This commit is contained in:
Gail Badner 2017-02-21 14:40:41 -08:00
parent 72f238f813
commit cfb4d37834
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ public abstract class BaseCoreFunctionalTestCase extends BaseUnitTestCase {
s.delete( o ); s.delete( o );
} }
} }
transaction.commit();
} }
catch (Exception e) { catch (Exception e) {
if ( transaction.getStatus().canRollback() ) { if ( transaction.getStatus().canRollback() ) {