提交 4b327524 编写于 作者: L liuyq-617

fix error

上级 1e74bc15
...@@ -52,7 +52,7 @@ class TDTestCase: ...@@ -52,7 +52,7 @@ class TDTestCase:
temp = '' temp = ''
for i in range(300): for i in range(300):
temp += 'a' temp += 'a'
sql = "'insert into db.tb values(now,'%s')" % temp sql = "insert into db.tb values(now,'%s')" % temp
window.SendKeys(sql) window.SendKeys(sql)
window.SendKeys('{Enter}') window.SendKeys('{Enter}')
window.SendKeys('{Ctrl}C') window.SendKeys('{Ctrl}C')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册