提交 0449821b authored 作者: Thomas Mueller's avatar Thomas Mueller

Improve code coverage (test H2 Console).

上级 ab284fe1
......@@ -62,6 +62,9 @@ public class TestWeb extends TestBase {
}
private void testTools() throws Exception {
if (config.memory) {
return;
}
deleteDb("web");
Connection conn = getConnection("web");
conn.createStatement().execute("create table test(id int) as select 1");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论