HHH-10996 : bugfix in code changed to run pre-5.2
This commit is contained in:
parent
72f238f813
commit
cfb4d37834
|
@ -392,6 +392,7 @@ public abstract class BaseCoreFunctionalTestCase extends BaseUnitTestCase {
|
|||
s.delete( o );
|
||||
}
|
||||
}
|
||||
transaction.commit();
|
||||
}
|
||||
catch (Exception e) {
|
||||
if ( transaction.getStatus().canRollback() ) {
|
||||
|
|
Loading…
Reference in New Issue