提交 9065c678 编写于 作者: P Ping Xiao

test: update test case

上级 dab08cb5
......@@ -162,7 +162,7 @@ class TDTestCase:
text = r.read()
r.close()
result = float(re.split('\n |\|', text)[3])
tdSql.query("select first(c1) + last(c1) from tb01")
tdSql.query("select first(c1) - last(c1) from tb01")
tdSql.checkData(0, 0, result)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册