Merge branch '1.5.x'
This commit is contained in:
@@ -116,7 +116,7 @@ public class DevToolsDataSourceAutoConfiguration {
|
||||
|
||||
H2("jdbc:h2:mem:", "org.h2.Driver", "org.h2.jdbcx.JdbcDataSource"),
|
||||
|
||||
HQSQLDB("jdbc:hsqldb:mem:", "org.hsqldb.jdbcDriver",
|
||||
HSQLDB("jdbc:hsqldb:mem:", "org.hsqldb.jdbcDriver",
|
||||
"org.hsqldb.jdbc.JDBCDriver",
|
||||
"org.hsqldb.jdbc.pool.JDBCXADataSource");
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ public class DevToolsPooledDataSourceAutoConfigurationTests
|
||||
}
|
||||
|
||||
@Test
|
||||
public void inMemoryh2IsShutdown() throws SQLException {
|
||||
public void inMemoryH2IsShutdown() throws SQLException {
|
||||
ConfigurableApplicationContext context = createContext("org.h2.Driver",
|
||||
"jdbc:h2:mem:test", DataSourceAutoConfiguration.class,
|
||||
DataSourceSpyConfiguration.class);
|
||||
|
||||
Reference in New Issue
Block a user