From b95a58591ddeae2eaaf8dd686394019b94297a64 Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Tue, 21 Mar 2017 16:18:22 +0300 Subject: [PATCH] Tidying matching without ts case --- features/testbot/matching.feature | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index bf5166662..3060bb713 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -78,7 +78,7 @@ Feature: Basic Map Matching | trace | timestamps | matchings | | abcd | 0 10 20 30 | abcd | - Scenario: Testbot - Map matching with trace tidying. Dirty case. + Scenario: Testbot - Map matching with trace tidying. Dirty case by ts. Given a grid size of 100 meters Given the query options @@ -98,6 +98,26 @@ Feature: Basic Map Matching | trace | timestamps | matchings | | abacd | 0 10 12 20 30 | abcd | + Scenario: Testbot - Map matching with trace tidying. Dirty case by dist. + Given a grid size of 8 meters + + Given the query options + | tidying | true | + + Given the node map + """ + a q b c d + e + """ + + And the ways + | nodes | oneway | + | aqbcd | no | + + When I match I should get + | trace | matchings | + | abcbd | abbd | + Scenario: Testbot - Map matching with core factor Given the contract extra arguments "--core 0.8" Given the node map