test:fix invalid test cases.

This commit is contained in:
Haojun Liao 2022-08-09 10:17:48 +08:00
parent 30a64bdcd9
commit f13215a901
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ if $rows != 12 then
return -1
endi
if $data02 != NULL then
print "expect: NULL, act: $data03"
print "expect: NULL, act: $data02"
return -1
endi
if $data03 != @binary00@ then

View File

@ -305,7 +305,7 @@ if $data21 != 24 then
return -1
endi
if $data22 != 11.000000000 then
print $data02
print expect 11.000000000 actual: $data22
return -1
endi
if $data23 != 25 then