mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add test for transaction Propagation.REQUIRES_NEW
This commit is contained in:
@@ -62,10 +62,14 @@ public class EbeanSpringModuleTest {
|
||||
|
||||
@Test
|
||||
public void testBatchInsert() {
|
||||
|
||||
userService.batchInsert();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testRequiresNew() {
|
||||
userService.requiresNew();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test app.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user