fix case
This commit is contained in:
parent
28915c9e0c
commit
19a99450ee
|
@ -270,7 +270,7 @@ class TDTestCase:
|
||||||
# 查看用户
|
# 查看用户
|
||||||
tdLog.printNoPrefix("==========step2: show user test")
|
tdLog.printNoPrefix("==========step2: show user test")
|
||||||
tdSql.query("show users")
|
tdSql.query("show users")
|
||||||
tdSql.checkRows(self.users_count + 2)
|
tdSql.checkRows(self.users_count + 1)
|
||||||
|
|
||||||
# 密码登录认证
|
# 密码登录认证
|
||||||
self.login_currrent(self.__user_list[0], self.__passwd_list[0])
|
self.login_currrent(self.__user_list[0], self.__passwd_list[0])
|
||||||
|
|
Loading…
Reference in New Issue