#910 - SQL Server update

This commit is contained in:
Rob Bygrave
2016-12-03 13:18:33 +13:00
parent 2dbd543127
commit 14dedb7b9a
3 changed files with 14 additions and 3 deletions
@@ -52,7 +52,7 @@ public class BaseTestCase {
* so tests that do this need to be skipped for SQL Server.
*/
public boolean isMsSqlServer() {
return platformName().startsWith("mssqlserver");
return platformName().startsWith("sqlserver");
}
public boolean isH2() {