additional testcase on what I would expect
This commit is contained in:
parent
f251f93a11
commit
648646068c
@ -37,6 +37,7 @@ Feature: Basic Routing
|
|||||||
| ef | |
|
| ef | |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
|
| from | to | route | summary |
|
||||||
| f | a | ,de,cd,bc,ab,ab | de, bc |
|
| f | a | ,de,cd,bc,ab,ab | de, bc |
|
||||||
|
|
||||||
@smallest @todo
|
@smallest @todo
|
||||||
@ -52,3 +53,23 @@ Feature: Basic Routing
|
|||||||
| from | to | route | summary |
|
| from | to | route | summary |
|
||||||
| a | b | ab,ab | ab |
|
| a | b | ab,ab | ab |
|
||||||
| b | a | ab,ab | ab |
|
| b | a | ab,ab | ab |
|
||||||
|
|
||||||
|
@repeated
|
||||||
|
Scenario: Check handling empty values
|
||||||
|
Given the node map
|
||||||
|
| f | | | |
|
||||||
|
| b | c | d | e |
|
||||||
|
| a | | | |
|
||||||
|
|
||||||
|
And the ways
|
||||||
|
| nodes | name |
|
||||||
|
| ab | first |
|
||||||
|
| bc | first |
|
||||||
|
| cd | first |
|
||||||
|
| de | second |
|
||||||
|
| bf | third |
|
||||||
|
|
||||||
|
When I route I should get
|
||||||
|
| from | to | route | summary |
|
||||||
|
| a | e | first,second,second | first, second |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user