fix case
This commit is contained in:
parent
0dfd598b08
commit
30efd647d7
|
@ -147,7 +147,7 @@ class TDTestCase:
|
||||||
|
|
||||||
def __test_error(self):
|
def __test_error(self):
|
||||||
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
|
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
|
||||||
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
|
tbname = ["ct1", "ct4", "t1", "stb1"]
|
||||||
|
|
||||||
for tb in tbname:
|
for tb in tbname:
|
||||||
for errsql in self.__concat_err_check(tb):
|
for errsql in self.__concat_err_check(tb):
|
||||||
|
|
|
@ -147,7 +147,7 @@ class TDTestCase:
|
||||||
|
|
||||||
def __test_error(self):
|
def __test_error(self):
|
||||||
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
|
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
|
||||||
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
|
tbname = ["ct1", "ct4", "t1", "stb1"]
|
||||||
|
|
||||||
for tb in tbname:
|
for tb in tbname:
|
||||||
for errsql in self.__concat_ws_err_check(tb):
|
for errsql in self.__concat_ws_err_check(tb):
|
||||||
|
|
Loading…
Reference in New Issue