mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: introduced TransactionalTestCase, so that changes to DB are not persisted (#1298)
* FIX: introduced TransactionalTestCase, so that changes to DB are not persisted * removed license header
This commit is contained in:
committed by
Rob Bygrave
parent
9e2ddc9f8c
commit
11e180aa3f
@@ -32,7 +32,9 @@ public class TestDeleteCascadeById extends BaseTestCase {
|
||||
Order o = orders.get(0);
|
||||
Assert.assertNotNull(o);
|
||||
|
||||
// cleanup
|
||||
Ebean.delete(o);
|
||||
Ebean.delete(cust);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user