mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2000 - Tests only - bump sql server to 2019-GA-ubuntu-16.04
This commit is contained in:
@@ -28,6 +28,8 @@ public class TestDefaults extends BaseTestCase {
|
||||
assertThat(current).isNotEmpty();
|
||||
if (isMySql()) {
|
||||
assertThat(current.get(0)).contains("insert into defaults_model_draft values (default);");
|
||||
} else if (isSqlServer()) {
|
||||
assertThat(current.get(0)).contains("insert into defaults_model_draft (id) values (?)");
|
||||
} else {
|
||||
assertThat(current.get(0)).contains("insert into defaults_model_draft default values;");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user