Add failing test for map matching of outlier

This commit is contained in:
Patrick Niklaus 2016-03-08 22:02:17 +01:00
parent d2590f1078
commit 0ca21dbc91

View File

@ -5,6 +5,23 @@ Feature: Basic Map Matching
Given the profile "testbot"
Given a grid size of 10 meters
Scenario: Testbot - Map matching with outlier that has no candidate
Given a grid size of 100 meters
Given the node map
| a | b | c | d |
| | | | |
| | | | |
| | | | |
| | | 1 | |
And the ways
| nodes | oneway |
| abcd | no |
When I match I should get
| trace | timestamps | matchings |
| ab1d | 0 1 2 3 | abcd |
Scenario: Testbot - Map matching with trace splitting
Given the node map
| a | b | c | d |