From a7342c69278e25c5166deb03d58cff640a3f08dc Mon Sep 17 00:00:00 2001 From: map-per Date: Thu, 4 Apr 2024 16:32:28 +0200 Subject: [PATCH] [tests] Adjusted unit test Signed-off-by: map-per --- generator/generator_tests/osm_type_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generator/generator_tests/osm_type_test.cpp b/generator/generator_tests/osm_type_test.cpp index b92a1b0d18..6b802565d5 100644 --- a/generator/generator_tests/osm_type_test.cpp +++ b/generator/generator_tests/osm_type_test.cpp @@ -3057,8 +3057,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_ComplexTypesSmoke) {{"tourism", "artwork", "sculpture"}, {{"tourism", "artwork"}, {"type", "sculpture"}}}, {{"tourism", "artwork", "statue"}, {{"tourism", "artwork"}, {"artwork_type", "statue"}}}, {{"tourism", "artwork", "statue"}, {{"tourism", "artwork"}, {"type", "statue"}}}, - {{"tourism", "attraction", "animal"}, {{"tourism", "attraction"}, {"attraction", "animal"}}}, - {{"tourism", "attraction", "specified"}, {{"tourism", "attraction"}, {"attraction", "specified"}}}, + {{"attraction", "animal"}, {{"attraction", "animal"}}}, {{"tourism", "information", "board"}, {{"tourism", "information"}, {"information", "board"}}}, {{"tourism", "information", "guidepost"}, {{"tourism", "information"}, {"information", "guidepost"}}}, {{"tourism", "information", "map"}, {{"tourism", "information"}, {"information", "map"}}},