This commit is contained in:
Shuduo Sang 2020-05-05 18:45:05 +08:00
parent e2a9b1c28d
commit 638f7b4afb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class TDTestCase:
tdSql.checkRows(2)
tdLog.info('==> $data00')
tdLog.info("tdSql.checkData(0, 0, '23456')")
# tdSql.checkData(0, 0, '23456')
tdSql.checkData(0, 0, '23456')
tdLog.info('=============== step4')
tdLog.info("insert into tb values (now+3a, '345678')")
tdSql.error("insert into tb values (now+3a, '345678')")