Skip to content

Commit

Permalink
Remove unrelated test
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Dec 14, 2018
1 parent f4259b5 commit 74806e7
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions features/testbot/snap.feature
Original file line number Diff line number Diff line change
Expand Up @@ -182,29 +182,4 @@ Feature: Snap start/end point to the nearest way
| x | m | xe,xe |
| x | n | xf,xf |
| x | o | xg,xg |
| x | p | xh,xh |

Scenario: Weighted snapping
# Given the query options
# | snapping | weighted |
Given a grid size of 10 meters
Given the node map
"""
a b c
1 2 3 4
5 6 7 8d
9
0 e
"""

And the ways
| nodes |
| ab |
| bc |
| cd |
| de |

When I route I should get
| from | to | route |
| 1 | 0 | ab,bc,cd,de |
| 2 | 0 | bc,cd,de |
| x | p | xh,xh |

0 comments on commit 74806e7

Please sign in to comment.