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
@@ -11,7 +11,7 @@ public class TestInsertSqlLogging extends BaseTestCase {
@Test
public void test() {
if (isMsSqlServer()) return;
if (isSqlServer()) return;
Ebean.delete(AuditLog.class, 10000);