From 242fcc6e4da29d5645f155b5de434eb453e22950 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 29 Jul 2025 22:35:14 +0200 Subject: [PATCH] adapt BDD tests to different rounding of reduce precision --- test/bdd/features/api/reverse/v1_json.feature | 2 +- test/bdd/features/api/reverse/v1_xml.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bdd/features/api/reverse/v1_json.feature b/test/bdd/features/api/reverse/v1_json.feature index 829adc5a..97b12745 100644 --- a/test/bdd/features/api/reverse/v1_json.feature +++ b/test/bdd/features/api/reverse/v1_json.feature @@ -104,7 +104,7 @@ Feature: Json output for Reverse API | way | 1 | And the result contains | lon | lat | boundingbox!in_box | - | 9.5705468 | 47.1185454 | 47.118494, 47.118596, 9.570495, 9.570597 | + | 9.5705467 | 47.1185454 | 47.118494, 47.118596, 9.570495, 9.570597 | And the result contains | display_name | | 1019, Grosssteg, Sücka, Triesenberg, Oberland, 9497, Liechtenstein | diff --git a/test/bdd/features/api/reverse/v1_xml.feature b/test/bdd/features/api/reverse/v1_xml.feature index 55cf0196..970fa9d6 100644 --- a/test/bdd/features/api/reverse/v1_xml.feature +++ b/test/bdd/features/api/reverse/v1_xml.feature @@ -70,7 +70,7 @@ Feature: XML output for Reverse API | way | 1 | 30 | 30 | And the result contains | lon | lat | boundingbox | - | 9.5705468 | 47.1185454 | 47.1184954,47.1185954,9.5704968,9.5705968 | + | 9.5705467 | 47.1185454 | 47.1184954,47.1185954,9.5704967,9.5705967 | And the result contains | display_name | | 1019, Grosssteg, Sücka, Triesenberg, Oberland, 9497, Liechtenstein | -- 2.39.5