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
@@ -18,7 +18,7 @@ public class TestBatchInsertWithInitialisedCollection extends BaseTestCase {
@Test
public void test() {
if (isMsSqlServer()) return;
if (isSqlServer()) return;
List<OCachedBean> list = new ArrayList();