fix case
This commit is contained in:
parent
bf4757ccd4
commit
65a1cc542a
|
@ -125,7 +125,7 @@ class TDTestCase:
|
||||||
tdLog.printNoPrefix("==========current sql condition check , must return query ok==========")
|
tdLog.printNoPrefix("==========current sql condition check , must return query ok==========")
|
||||||
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
|
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
|
||||||
for tb in tbname:
|
for tb in tbname:
|
||||||
self.__concat_current_check(tb)
|
self.__concat_current_check(tb,2)
|
||||||
tdLog.printNoPrefix(f"==========current sql condition check in {tb} over==========")
|
tdLog.printNoPrefix(f"==========current sql condition check in {tb} over==========")
|
||||||
|
|
||||||
def __test_error(self):
|
def __test_error(self):
|
||||||
|
|
Loading…
Reference in New Issue