From 9bf288c6dc2335d7bbe7a6ea7a7ad9613c6c504c Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 2 Nov 2016 19:42:59 +0000 Subject: [PATCH] Port test fixtures --- features/testbot/matching.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index 3c3dbdf2b..b87cb6407 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -9,7 +9,7 @@ Feature: Basic Map Matching | geometries | geojson | Scenario: Testbot - Map matching with outlier that has no candidate - Given a grid size of 10 meters + Given a grid size of 100 meters Given the node map | a | b | c | d | | | | | | @@ -23,7 +23,7 @@ Feature: Basic Map Matching When I match I should get | trace | timestamps | matchings | - | ab1d | 0 1 2 3 | abcd | + | ab1d | 0 1 2 3 | ad | Scenario: Testbot - Map matching with trace splitting Given the node map @@ -169,8 +169,8 @@ Feature: Basic Map Matching | geometries | geojson | Given the node map - | a | b | c | - | | d | | + | a | | b | | c | + | | | d | | | And the ways | nodes | oneway |