[td-225] fix error in test scripts

This commit is contained in:
Haojun Liao 2020-05-18 22:50:19 +08:00
parent a67c4713d5
commit fc975fce53
2 changed files with 0 additions and 8 deletions

View File

@ -45,10 +45,6 @@ sql show stables
if $rows != 0 then
return -1
endi
print data00 = $data00
if $data00 != NULL then
return -1
endi
print case_insensitivity test passed
# case2: illegal_metric_name test

View File

@ -44,10 +44,6 @@ sql show tables
if $rows != 0 then
return -1
endi
print data00 = $data00
if $data00 != NULL then
return -1
endi
print case_insensitivity test passed
# case2: illegal_table_name test