From fb14bd47c30258a260094680c6826e362764a1f2 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 31 Mar 2021 21:23:30 +0800 Subject: [PATCH] [td-3621]update sim --- tests/script/general/parser/topbot.sim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/script/general/parser/topbot.sim b/tests/script/general/parser/topbot.sim index fca2c3faab..72b7140efd 100644 --- a/tests/script/general/parser/topbot.sim +++ b/tests/script/general/parser/topbot.sim @@ -335,7 +335,8 @@ if $row != 2 then return -1 endi -if $data00 != @21-1-1 1:1:1.000@ then +if $data00 != @21-01-01 01:01:01.000@ then + print expect 21-01-01 01:01:01.000, actual $data00 return -1 endi @@ -344,7 +345,7 @@ if $row != 1 then return -1 endi -if $data00 != @21-1-1 1:1:2.000@ then +if $data00 != @21-01-01 01:01:02.000@ then return -1 endi @@ -353,7 +354,7 @@ if $row != 1 then return -1 endi -if $data00 != @21-1-1 1:1:1.000@ then +if $data00 != @21-01-01 01:01:01.000@ then return -1 endi @@ -362,7 +363,7 @@ if $row != 1 then return -1 endi -if $data00 != @21-1-1 1:1:3.000@ then +if $data00 != @21-01-01 01:01:03.000@ then return -1 endi