mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#930 - Refactor (renames etc) for SQL Server History support
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package io.ebean.config.dbplatform.sqlserver;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
@@ -12,7 +11,7 @@ public class SqlServer2016PlatformTest {
|
||||
|
||||
@Test
|
||||
public void testHistorySupport() {
|
||||
SqlServer2016Platform platform = new SqlServer2016Platform();
|
||||
assertTrue(platform.getHistorySupport() instanceof SqlServer2016HistorySupport);
|
||||
SqlServerPlatform platform = new SqlServerPlatform();
|
||||
assertTrue(platform.getHistorySupport() instanceof SqlServerHistorySupport);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user