No effective change - update tests using Platform enum rather than name

This commit is contained in:
Rob Bygrave
2016-12-20 20:41:55 +13:00
parent bc93a82b1a
commit fcc58d77e8
15 changed files with 37 additions and 33 deletions
@@ -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;