update test to avoid single ring

This commit is contained in:
Emil Tin 2014-05-23 12:52:32 +02:00
parent a9eebdb1fa
commit b875765c52

View File

@ -54,12 +54,15 @@ Feature: Via points
@bug
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
| x | | | | |
| a | 1 | 2 | 3 | b |
| d | | | | c |
And the ways
| nodes | oneway |
| xa | |
| ab | yes |
| bc | yes |
| cd | yes |