From 24db5df0c5fda9c2daf14515cfa8babe56563226 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 20 Mar 2021 19:27:49 +0800 Subject: [PATCH] TD-3310 --- tests/script/general/db/topic1.sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/general/db/topic1.sim b/tests/script/general/db/topic1.sim index 8dea7c2650..55349fd925 100644 --- a/tests/script/general/db/topic1.sim +++ b/tests/script/general/db/topic1.sim @@ -124,7 +124,7 @@ if $rows != 6 then endi sql describe t1.ps; -if $data00 != offset then +if $data00 != off then return -1 endi if $data10 != ts then @@ -138,7 +138,7 @@ if $data30 != pid then endi sql describe t1.p1; -if $data00 != offset then +if $data00 != off then return -1 endi if $data10 != ts then -- GitLab