提交 1beac7b6 编写于 作者: Z zyyang

change

上级 20f8aeba
...@@ -297,14 +297,6 @@ public class TSDBPreparedStatementTest { ...@@ -297,14 +297,6 @@ public class TSDBPreparedStatementTest {
} }
} }
@Test
public void createTwoSameDbTest() throws SQLException {
Statement stmt = conn.createStatement();
stmt.execute("create database dbtest");
Assert.assertThrows(SQLException.class, () -> stmt.execute("create database dbtest"));
}
@Test @Test
public void setBoolean() throws SQLException { public void setBoolean() throws SQLException {
// given // given
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册