test: update some tsim test cases.
This commit is contained in:
parent
1d681a9e4b
commit
5abee12eff
|
@ -115,19 +115,19 @@ endi
|
|||
if $data00 != 10 then
|
||||
return -1
|
||||
endi
|
||||
if $data01 != 0 then
|
||||
return -1
|
||||
endi
|
||||
if $data10 != 10 then
|
||||
return -1
|
||||
endi
|
||||
if $data11 != 1 then
|
||||
return -1
|
||||
endi
|
||||
if $data90 != 10 then
|
||||
return -1
|
||||
endi
|
||||
if $data91 != 9 then
|
||||
if $data01 != 7 then
|
||||
return -1
|
||||
endi
|
||||
if $data11 != 6 then
|
||||
return -1
|
||||
endi
|
||||
if $data91 != 3 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
|
@ -143,16 +143,16 @@ if $row != 10 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
if $data00 != @22-01-01 00:00:00.000@ then
|
||||
if $data00 != @22-01-01 00:00:00.007@ then
|
||||
return -1
|
||||
endi
|
||||
if $data01 != 0 then
|
||||
if $data01 != 7 then
|
||||
return -1
|
||||
endi
|
||||
if $data90 != @22-01-01 00:00:00.009@ then
|
||||
if $data90 != @22-01-01 00:00:00.003@ then
|
||||
return -1
|
||||
endi
|
||||
if $data91 != 9 then
|
||||
if $data91 != 3 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@ endi
|
|||
sql select count(tbcol) from $mt
|
||||
print select count(tbcol) from $mt ===> $data00
|
||||
if $data00 != $totalNum then
|
||||
print expect $totalNum , actual: $data00
|
||||
return -1
|
||||
endi
|
||||
|
||||
|
|
Loading…
Reference in New Issue