提交 39342aec 编写于 作者: B bryanchang0603

[TD-4439] moldifying the test case

上级 50d9a1c5
......@@ -24,6 +24,10 @@ class TDTestCase:
def run(self):
tdSql.error('insert into tb values (now + 10m, 10)')
tdSql.prepare()
tdSql.error('insert into tb values (now + 10m, 10)')
tdSql.execute('drop database db')
tdSql.error('insert into tb values (now + 10m, 10)')
def stop(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册