提交 5abee12e 编写于 作者: H Haojun Liao

test: update some tsim test cases.

上级 1d681a9e
...@@ -115,19 +115,19 @@ endi ...@@ -115,19 +115,19 @@ endi
if $data00 != 10 then if $data00 != 10 then
return -1 return -1
endi endi
if $data01 != 0 then if $data10 != 10 then
return -1 return -1
endi endi
if $data10 != 10 then if $data90 != 10 then
return -1 return -1
endi endi
if $data11 != 1 then if $data01 != 7 then
return -1 return -1
endi endi
if $data90 != 10 then if $data11 != 6 then
return -1 return -1
endi endi
if $data91 != 9 then if $data91 != 3 then
return -1 return -1
endi endi
...@@ -143,16 +143,16 @@ if $row != 10 then ...@@ -143,16 +143,16 @@ if $row != 10 then
return -1 return -1
endi endi
if $data00 != @22-01-01 00:00:00.000@ then if $data00 != @22-01-01 00:00:00.007@ then
return -1 return -1
endi endi
if $data01 != 0 then if $data01 != 7 then
return -1 return -1
endi endi
if $data90 != @22-01-01 00:00:00.009@ then if $data90 != @22-01-01 00:00:00.003@ then
return -1 return -1
endi endi
if $data91 != 9 then if $data91 != 3 then
return -1 return -1
endi endi
......
...@@ -53,6 +53,7 @@ endi ...@@ -53,6 +53,7 @@ endi
sql select count(tbcol) from $mt sql select count(tbcol) from $mt
print select count(tbcol) from $mt ===> $data00 print select count(tbcol) from $mt ===> $data00
if $data00 != $totalNum then if $data00 != $totalNum then
print expect $totalNum , actual: $data00
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册