提交 f13215a9 编写于 作者: H Haojun Liao

test:fix invalid test cases.

上级 30a64bdc
...@@ -49,7 +49,7 @@ if $rows != 12 then ...@@ -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 ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册