Add missing arrive instruction.

This commit is contained in:
Daniel Patterson 2016-03-31 17:17:34 -07:00 committed by Patrick Niklaus
parent 6b6597e453
commit d829a390fd

View File

@ -29,23 +29,23 @@ Feature: Testbot - oneways
| xe | yes | | xe | yes |
When I route I should get When I route I should get
| from | to | route | | from | to | route |
| a | b | ab | | a | b | ab,ab |
| b | c | bc | | b | c | bc,bc |
| c | d | cd | | c | d | cd,cd |
| d | e | de | | d | e | de,de |
| e | f | ef | | e | f | ef,ef |
| f | g | fg | | f | g | fg,fg |
| g | h | gh | | g | h | gh,gh |
| h | a | ha | | h | a | ha,ha |
| b | a | bc,cd,de,ef,fg,gh,ha | | b | a | bc,cd,de,ef,fg,gh,ha,ha |
| c | b | cd,de,ef,fg,gh,ha,ab | | c | b | cd,de,ef,fg,gh,ha,ab,ab |
| d | c | de,ef,fg,gh,ha,ab,bc | | d | c | de,ef,fg,gh,ha,ab,bc,bc |
| e | d | ef,fg,gh,ha,ab,bc,cd | | e | d | ef,fg,gh,ha,ab,bc,cd,cd |
| f | e | fg,gh,ha,ab,bc,cd,de | | f | e | fg,gh,ha,ab,bc,cd,de,de |
| g | f | gh,ha,ab,bc,cd,de,ef | | g | f | gh,ha,ab,bc,cd,de,ef,ef |
| h | g | ha,ab,bc,cd,de,ef,fg | | h | g | ha,ab,bc,cd,de,ef,fg,fg |
| a | h | ab,bc,cd,de,ef,fg,gh | | a | h | ab,bc,cd,de,ef,fg,gh,gh |
Scenario: Testbot - Simple oneway Scenario: Testbot - Simple oneway
Then routability should be Then routability should be
@ -70,9 +70,9 @@ Feature: Testbot - oneways
| da | | no | | da | | no |
When I route I should get When I route I should get
| from | to | route | | from | to | route |
| a | b | ab | | a | b | ab,ab |
| b | a | bc,cd,da | | b | a | bc,cd,da,da |
Scenario: Testbot - Handle various oneway tag values Scenario: Testbot - Handle various oneway tag values
Then routability should be Then routability should be
@ -98,5 +98,5 @@ Feature: Testbot - oneways
When I route I should get When I route I should get
| from | to | route | | from | to | route |
| a | c | ab,bc | | a | c | ab,bc,bc |