From 103f6888a33c650017501fa3ad7d28bb33b20ccf Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 25 Jun 2020 13:27:55 +0000 Subject: [PATCH] scripts --- tests/script/general/parser/auto_create_tb.sim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/script/general/parser/auto_create_tb.sim b/tests/script/general/parser/auto_create_tb.sim index 6065daa6d3..64fec4b56d 100644 --- a/tests/script/general/parser/auto_create_tb.sim +++ b/tests/script/general/parser/auto_create_tb.sim @@ -153,13 +153,13 @@ print $rows $data00 $data10 $data20 if $rows != 3 then return -1 endi -if $data00 != tb3 then +if $data00 != tb1 then return -1 endi if $data10 != tb2 then return -1 endi -if $data20 != tb1 then +if $data20 != tb3 then return -1 endi @@ -221,13 +221,13 @@ sql show tables if $rows != 3 then return -1 endi -if $data00 != tb3 then +if $data00 != tb1 then return -1 endi if $data10 != tb2 then return -1 endi -if $data20 != tb1 then +if $data20 != tb3 then return -1 endi -- GitLab