test:fix invalid test cases.
This commit is contained in:
parent
30a64bdcd9
commit
f13215a901
|
@ -49,7 +49,7 @@ if $rows != 12 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data02 != NULL then
|
if $data02 != NULL then
|
||||||
print "expect: NULL, act: $data03"
|
print "expect: NULL, act: $data02"
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data03 != @binary00@ then
|
if $data03 != @binary00@ then
|
||||||
|
|
|
@ -305,7 +305,7 @@ if $data21 != 24 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data22 != 11.000000000 then
|
if $data22 != 11.000000000 then
|
||||||
print $data02
|
print expect 11.000000000 actual: $data22
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data23 != 25 then
|
if $data23 != 25 then
|
||||||
|
|
Loading…
Reference in New Issue