- add function to count directed outgoing edges
- generate correct instruction for staying on a roundabout
- move test from @bug namespace to the general one
This commit is contained in:
Dennis Luxen
2014-05-20 15:40:14 +02:00
parent 69ad3f3365
commit 9a2d701e2e
3 changed files with 15 additions and 3 deletions
+1 -2
View File
@@ -35,7 +35,6 @@ Feature: Roundabout Instructions
| v | t | vd,tb | head,enter_roundabout-2,destination |
| v | u | vd,uc | head,enter_roundabout-3,destination |
@bug
Scenario: Testbot - Roundabout with oneway links
Given the node map
| | | p | o | | |
@@ -74,4 +73,4 @@ Feature: Roundabout Instructions
| p | i | ph,ai | head,enter_roundabout-1,destination |
| p | k | ph,ck | head,enter_roundabout-2,destination |
| p | m | ph,em | head,enter_roundabout-3,destination |
| p | o | ph,go | head,enter_roundabout-4,destination |
| p | o | ph,go | head,enter_roundabout-4,destination |