fix test cases
This commit is contained in:
parent
bd4021c599
commit
1e201da9b7
|
@ -380,10 +380,10 @@ if $row != 8 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql select diff(k) from tm0
|
sql select diff(k) from tm0
|
||||||
if $row != 3 then
|
if $row != 4 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data20 != -1 then
|
if $data20 != NULL then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue