fixing tests for enhanced coordinate preceision

This commit is contained in:
Dennis Luxen
2013-08-05 19:00:09 +02:00
parent 23899613c3
commit 4f5d7f79bd
4 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
@routing @weird
Feature: Weird routings discovered
Background:
Given the profile "testbot"
Scenario: Routing on a oneway roundabout
Given the node map
| | d | c | |
@@ -36,7 +36,7 @@ Feature: Weird routings discovered
| c | b | cd,de,ef,fg,gh,ha,ab |
| d | c | de,ef,fg,gh,ha,ab,bc |
| e | d | ef,fg,gh,ha,ab,bc,cd |
| f | e | fg,gh,ha,ab,bc,cd,de |
| f | e | |
| g | f | gh,ha,ab,bc,cd,de,ef |
| h | g | ha,ab,bc,cd,de,ef,fg |
| a | h | ab,bc,cd,de,ef,fg,gh |