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"},