diff --git a/features/car/loop.feature b/features/testbot/loop.feature similarity index 83% rename from features/car/loop.feature rename to features/testbot/loop.feature index 8eb378da5..55c3cdaff 100644 --- a/features/car/loop.feature +++ b/features/testbot/loop.feature @@ -1,10 +1,10 @@ -@routing @loop -Feature: Weird routings discovered +@routing @726 +Feature: Avoid weird loops caused by rounding errors Background: - Given the profile "car" + Given the profile "testbot" - Scenario: Weird looping, small input file + Scenario: Avoid weird loops, small input file Given the input file features/data/loop_small.osm And the node locations @@ -16,8 +16,7 @@ Feature: Weird routings discovered | from | to | route | turns | | a | b | Artillerivej | head,destination | - @a - Scenario: Weird looping, manual input + Scenario: Avoid weird loops, manual input Given the node locations | node | lat | lon | | a | 55.660778 | 12.573909 |