From c9524ebf6bcc48f72eb2b7d50f694f599b6390be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 3 Jan 2025 11:32:16 +0100 Subject: [PATCH] test: update mock area reference sizes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- check_mock_area.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_mock_area.tcl b/check_mock_area.tcl index 0968e3a..34a4599 100644 --- a/check_mock_area.tcl +++ b/check_mock_area.tcl @@ -18,7 +18,7 @@ proc expect {value a b} { exit 1 } } -expect Width $width 20.366 -expect Height $height 39.133 +expect Width $width 20.364 +expect Height $height 39.128 exec touch $::env(WORK_HOME)/area_ok.txt