From d5966ff198ea625934b88c15562537a0fccf1801 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 20 Aug 2025 15:27:07 +0700 Subject: [PATCH] [tests] Add smoke tests for more barriers Signed-off-by: Konstantin Pastbin --- generator/generator_tests/osm_type_test.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/generator/generator_tests/osm_type_test.cpp b/generator/generator_tests/osm_type_test.cpp index 2a4aa7827..982210295 100644 --- a/generator/generator_tests/osm_type_test.cpp +++ b/generator/generator_tests/osm_type_test.cpp @@ -2053,7 +2053,6 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke) // {"area:highway", "track"}, // {"area:highway", "trunk"}, // {"area:highway", "unclassified"}, - {"barrier", "cycle_barrier"}, // {"boundary", "administrative"}, // {"communication", "line"}, // {"earthquake:damage", "spontaneous_camp"}, @@ -2186,9 +2185,14 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke) {"barrier", "lift_gate"}, {"barrier", "retaining_wall"}, {"barrier", "stile"}, + {"barrier", "kissing_gate"}, + {"barrier", "turnstile"}, + {"barrier", "wicket_gate"}, + {"barrier", "cycle_barrier"}, {"barrier", "swing_gate"}, {"barrier", "toll_booth"}, {"barrier", "wall"}, + {"barrier", "yes"}, {"boundary", "national_park"}, {"boundary", "protected_area"}, {"building", "has_parts"},