update test to avoid single ring
This commit is contained in:
parent
a9eebdb1fa
commit
b875765c52
@ -54,12 +54,15 @@ Feature: Via points
|
|||||||
|
|
||||||
@bug
|
@bug
|
||||||
Scenario: Via points on ring of oneways
|
Scenario: Via points on ring of oneways
|
||||||
|
# xa it to avoid only having a single ring, which cna trigger edge cases
|
||||||
Given the node map
|
Given the node map
|
||||||
|
| x | | | | |
|
||||||
| a | 1 | 2 | 3 | b |
|
| a | 1 | 2 | 3 | b |
|
||||||
| d | | | | c |
|
| d | | | | c |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes | oneway |
|
| nodes | oneway |
|
||||||
|
| xa | |
|
||||||
| ab | yes |
|
| ab | yes |
|
||||||
| bc | yes |
|
| bc | yes |
|
||||||
| cd | yes |
|
| cd | yes |
|
||||||
|
Loading…
Reference in New Issue
Block a user