提交 4fd7c953 编写于 作者: Z zyyang

change

上级 f146ada4
...@@ -34,7 +34,8 @@ public class TSDBStatementTest { ...@@ -34,7 +34,8 @@ public class TSDBStatementTest {
@Test @Test
public void executeUpdate() { public void executeUpdate() {
final String dbName = "test_" + UUID.randomUUID(); String dbName = "test_" + UUID.randomUUID();
dbName = dbName.replace("-", "_");
try { try {
int affectRows = stmt.executeUpdate("create database " + dbName); int affectRows = stmt.executeUpdate("create database " + dbName);
Assert.assertEquals(0, affectRows); Assert.assertEquals(0, affectRows);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册