mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - update tests using Platform enum rather than name
This commit is contained in:
@@ -48,7 +48,7 @@ public class TestBatchInsertSimple extends BaseTestCase {
|
||||
@Test
|
||||
public void testTransactional() {
|
||||
|
||||
if (isMsSqlServer()) return;
|
||||
if (isSqlServer()) return;
|
||||
|
||||
saveWithFullBatchMode();
|
||||
}
|
||||
@@ -124,7 +124,7 @@ public class TestBatchInsertSimple extends BaseTestCase {
|
||||
public void testJdbcBatchOnCollection() {
|
||||
|
||||
// MS SQL Server doesn't like batch inserts when we need getGeneratedKeys
|
||||
if (isMsSqlServer()) return;
|
||||
if (isSqlServer()) return;
|
||||
|
||||
int numOfMasters = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user