From 577fc7bac7320eb64c3b1fb926af3c14d8324507 Mon Sep 17 00:00:00 2001 From: ratrun Date: Thu, 29 Aug 2024 17:01:03 +0200 Subject: [PATCH] Remove a new test which passes without the improvement --- .../graphhopper/routing/util/parsers/BikeTagParserTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/src/test/java/com/graphhopper/routing/util/parsers/BikeTagParserTest.java b/core/src/test/java/com/graphhopper/routing/util/parsers/BikeTagParserTest.java index f297337c25..5298fccb0d 100644 --- a/core/src/test/java/com/graphhopper/routing/util/parsers/BikeTagParserTest.java +++ b/core/src/test/java/com/graphhopper/routing/util/parsers/BikeTagParserTest.java @@ -189,12 +189,6 @@ public void testSpeedAndPriority() { way.setTag("surface", "ground"); assertPriorityAndSpeed(SLIGHT_AVOID, PUSHING_SECTION_SPEED, way); - way.clearTags(); - way.setTag("highway", "path"); - way.setTag("bicycle", "designated"); - way.setTag("surface", "mud"); - assertPriorityAndSpeed(VERY_NICE, 10, way); - way.clearTags(); way.setTag("highway", "path"); way.setTag("bicycle", "designated");