Fixing test to reflect new nn grid data structure
This commit is contained in:
parent
72cda375c8
commit
163cfda282
@ -34,19 +34,19 @@ Feature: Via points
|
||||
|
||||
Scenario: Multiple via points
|
||||
Given the node map
|
||||
| a | | c | | e | |
|
||||
| | b | | d | | f |
|
||||
| a | | | | e | f | g | |
|
||||
| | b | c | d | | | | h |
|
||||
|
||||
And the ways
|
||||
| nodes |
|
||||
| ace |
|
||||
| bdf |
|
||||
| ae |
|
||||
| ab |
|
||||
| bc |
|
||||
| cd |
|
||||
| bcd |
|
||||
| de |
|
||||
| ef |
|
||||
| efg |
|
||||
| gh |
|
||||
| dh |
|
||||
|
||||
When I route I should get
|
||||
| waypoints | route |
|
||||
| a,b,c,d,e,f | ab,bc,cd,de,ef |
|
||||
| waypoints | route |
|
||||
| a,c,f,h | ab,bcd,de,efg,gh |
|
||||
|
Loading…
Reference in New Issue
Block a user