From 6772e2fb8d681d05ec060ad42b3fc95cc91d3952 Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Tue, 13 Feb 2024 12:51:04 +0000 Subject: [PATCH 1/3] Adjust match similarity percentage to avoid spurious test failures. --- .../console/rocky-toolbox-console_in_toolbox-20240208.json | 5 +++-- .../console/rocky-toolbox-console_in_toolbox-20240209.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/needles/console/rocky-toolbox-console_in_toolbox-20240208.json b/needles/console/rocky-toolbox-console_in_toolbox-20240208.json index 9540fcf7..e5314ac2 100644 --- a/needles/console/rocky-toolbox-console_in_toolbox-20240208.json +++ b/needles/console/rocky-toolbox-console_in_toolbox-20240208.json @@ -5,7 +5,8 @@ "xpos": 14, "ypos": 128, "width": 132, - "type": "match" + "type": "match", + "match": 85 } ], "properties": [], @@ -13,4 +14,4 @@ "ENV-DISTRI-rocky", "console_in_toolbox" ] -} \ No newline at end of file +} diff --git a/needles/console/rocky-toolbox-console_in_toolbox-20240209.json b/needles/console/rocky-toolbox-console_in_toolbox-20240209.json index cc4930b1..fdfea348 100644 --- a/needles/console/rocky-toolbox-console_in_toolbox-20240209.json +++ b/needles/console/rocky-toolbox-console_in_toolbox-20240209.json @@ -5,6 +5,7 @@ "height": 22, "xpos": 14, "type": "match", + "match": 85, "width": 135 } ], @@ -13,4 +14,4 @@ "ENV-DISTRI-rocky", "console_in_toolbox" ] -} \ No newline at end of file +} From 2fd3bf230798bcf6cb97b288bb65fba089c2bb2c Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Tue, 13 Feb 2024 13:02:28 +0000 Subject: [PATCH 2/3] Delete unused file. --- needles/console/console_in_toolbox-20240208.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 needles/console/console_in_toolbox-20240208.json diff --git a/needles/console/console_in_toolbox-20240208.json b/needles/console/console_in_toolbox-20240208.json deleted file mode 100644 index 36bb54a8..00000000 --- a/needles/console/console_in_toolbox-20240208.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 1, - "type": "match", - "height": 14, - "ypos": 545, - "width": 14 - } - ], - "properties": [], - "tags": [ - "console_in_toolbox" - ] -} \ No newline at end of file From 7cc45342c922f21b2cfd58c7887f3760eb9db089 Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Tue, 13 Feb 2024 13:26:22 +0000 Subject: [PATCH 3/3] Later tests showed that further reduction of similarity %age was required. --- needles/console/rocky-toolbox-console_in_toolbox-20240208.json | 2 +- needles/console/rocky-toolbox-console_in_toolbox-20240209.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/needles/console/rocky-toolbox-console_in_toolbox-20240208.json b/needles/console/rocky-toolbox-console_in_toolbox-20240208.json index e5314ac2..8dd7b238 100644 --- a/needles/console/rocky-toolbox-console_in_toolbox-20240208.json +++ b/needles/console/rocky-toolbox-console_in_toolbox-20240208.json @@ -6,7 +6,7 @@ "ypos": 128, "width": 132, "type": "match", - "match": 85 + "match": 82 } ], "properties": [], diff --git a/needles/console/rocky-toolbox-console_in_toolbox-20240209.json b/needles/console/rocky-toolbox-console_in_toolbox-20240209.json index fdfea348..5100f16b 100644 --- a/needles/console/rocky-toolbox-console_in_toolbox-20240209.json +++ b/needles/console/rocky-toolbox-console_in_toolbox-20240209.json @@ -5,7 +5,7 @@ "height": 22, "xpos": 14, "type": "match", - "match": 85, + "match": 82, "width": 135 } ],