update test case
This commit is contained in:
parent
ee48952ab4
commit
58ab0549f6
|
@ -46,9 +46,9 @@ class TDTestCase:
|
||||||
for i in error_param_list:
|
for i in error_param_list:
|
||||||
tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
|
tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
|
||||||
# bug TD-16372:对于错误的时区,缺少校验
|
# bug TD-16372:对于错误的时区,缺少校验
|
||||||
# error_timezone_param = ['+13','-13','+1300','-1300','+0001','-0001','-0330','+0330']
|
error_timezone_param = ['+13','-13','+1300','-1300','+0001','-0001','-0330','+0330']
|
||||||
# for i in error_timezone_param:
|
for i in error_timezone_param:
|
||||||
# tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
|
tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
|
||||||
|
|
||||||
def check_base_function(self):
|
def check_base_function(self):
|
||||||
tdSql.prepare()
|
tdSql.prepare()
|
||||||
|
|
Loading…
Reference in New Issue