未验证 提交 c7f4cd25 编写于 作者: W wu champion 提交者: GitHub

Update bug3433.py

上级 e113aa20
...@@ -235,11 +235,11 @@ class TDTestCase: ...@@ -235,11 +235,11 @@ class TDTestCase:
tdSql.checkData(0, 4, 1000) tdSql.checkData(0, 4, 1000)
tdSql.checkData(1, 4, 1000) tdSql.checkData(1, 4, 1000)
# self.droptmpfile() self.droptmpfile()
def stop(self): def stop(self):
tdSql.close() tdSql.close()
tdLog.success(f"{__file__} successfully executed") tdLog.success(f"{__file__} successfully executed")
tdCases.addLinux(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase())
tdCases.addWindows(__file__, TDTestCase()) tdCases.addWindows(__file__, TDTestCase())
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册