use testbot for testing for weird loops

This commit is contained in:
Emil Tin 2013-10-02 19:28:41 +02:00
parent 41f7312263
commit a354d7c00b

View File

@ -1,10 +1,10 @@
@routing @loop @routing @726
Feature: Weird routings discovered Feature: Avoid weird loops caused by rounding errors
Background: 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 Given the input file features/data/loop_small.osm
And the node locations And the node locations
@ -16,8 +16,7 @@ Feature: Weird routings discovered
| from | to | route | turns | | from | to | route | turns |
| a | b | Artillerivej | head,destination | | a | b | Artillerivej | head,destination |
@a Scenario: Avoid weird loops, manual input
Scenario: Weird looping, manual input
Given the node locations Given the node locations
| node | lat | lon | | node | lat | lon |
| a | 55.660778 | 12.573909 | | a | 55.660778 | 12.573909 |