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

test:fix invalid test cases.

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