提交 58ab0549 编写于 作者: J jiacy-jcy

update test case

上级 ee48952a
......@@ -46,9 +46,9 @@ class TDTestCase:
for i in error_param_list:
tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
# bug TD-16372:对于错误的时区,缺少校验
# error_timezone_param = ['+13','-13','+1300','-1300','+0001','-0001','-0330','+0330']
# for i in error_timezone_param:
# tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
error_timezone_param = ['+13','-13','+1300','-1300','+0001','-0001','-0330','+0330']
for i in error_timezone_param:
tdSql.error(f'select to_iso8601(ts,"{i}") from ntb')
def check_base_function(self):
tdSql.prepare()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册