HHH-2692 corrected failing test
This commit is contained in:
parent
f1e4bfbffd
commit
10930af516
|
@ -296,9 +296,9 @@ public class BulkManipulationTest extends BaseCoreFunctionalTestCase {
|
||||||
assertTrue(e.getMessage().indexOf("Use of parameters in subqueries of INSERT INTO DML statements is not supported.") > -1);
|
assertTrue(e.getMessage().indexOf("Use of parameters in subqueries of INSERT INTO DML statements is not supported.") > -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
t.commit();
|
||||||
t = s.beginTransaction();
|
t = s.beginTransaction();
|
||||||
|
|
||||||
|
|
||||||
s.createQuery( "delete Vehicle" ).executeUpdate();
|
s.createQuery( "delete Vehicle" ).executeUpdate();
|
||||||
|
|
||||||
t.commit();
|
t.commit();
|
||||||
|
|
Loading…
Reference in New Issue