提交 d0c284d1 编写于 作者: P plum-lihui

test: update test case

上级 c55d20b1
...@@ -251,7 +251,7 @@ class TDTestCase: ...@@ -251,7 +251,7 @@ class TDTestCase:
# wait db ready # wait db ready
while 1: while 1:
tdSql.query("show databases") tdSql.query("show databases")
if tdSql.getRows() == 3: if tdSql.getRows() == 4:
print (tdSql.getData(0,0), tdSql.getData(1,0),tdSql.getData(2,0),) print (tdSql.getData(0,0), tdSql.getData(1,0),tdSql.getData(2,0),)
break break
else: else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册