adding a simple 100m distance test

This commit is contained in:
Emil Tin 2012-10-03 08:52:40 +02:00
parent b70b74080e
commit 6fb2a41a0a

View File

@ -4,6 +4,19 @@ Feature: Distance calculation
Background:
Given the speedprofile "testbot"
Scenario: 100m distance
Given a grid size of 100 meters
Given the node map
| a | b |
And the ways
| nodes |
| ab |
When I route I should get
| from | to | route | distance |
| a | b | ab | 100m |
Scenario: Distance should equal sum of segments, leftwinded
Given the node map
| e | |