test:fix invalid test cases.
This commit is contained in:
parent
30a64bdcd9
commit
f13215a901
|
@ -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
|
||||
|
|
|
@ -304,8 +304,8 @@ endi
|
|||
if $data21 != 24 then
|
||||
return -1
|
||||
endi
|
||||
if $data22 != 11.000000000 then
|
||||
print $data02
|
||||
if $data22 != 11.000000000 then
|
||||
print expect 11.000000000 actual: $data22
|
||||
return -1
|
||||
endi
|
||||
if $data23 != 25 then
|
||||
|
|
Loading…
Reference in New Issue