This commit is contained in:
cpwu 2022-05-13 12:06:02 +08:00
parent 7efa74dc39
commit 8895b3a5ca
1 changed files with 2 additions and 2 deletions

View File

@ -330,9 +330,9 @@ class TDTestCase:
# 删除后无法登录
self.login_err(self.__user_list[0], self.__passwd_list[0])
self.login_currrent(self.__user_list[0], f"new{self.__passwd_list[0]}")
self.login_err(self.__user_list[0], f"new{self.__passwd_list[0]}")
self.login_err(self.__user_list[1], self.__passwd_list[1])
self.login_currrent(self.__user_list[1], f"new{self.__passwd_list[1]}")
self.login_err(self.__user_list[1], f"new{self.__passwd_list[1]}")
tdSql.query("show users")
tdSql.checkRows(1)