From 81c538ce133955a2e685d81cac287a329a002fc5 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 20 Mar 2021 19:18:54 +0800 Subject: [PATCH] TD-3302 --- 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 55349fd925..8dea7c2650 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 != off then +if $data00 != offset then return -1 endi if $data10 != ts then @@ -138,7 +138,7 @@ if $data30 != pid then endi sql describe t1.p1; -if $data00 != off then +if $data00 != offset then return -1 endi if $data10 != ts then -- GitLab