cleanup indentation of cuke files
This commit is contained in:
parent
58b7ef8431
commit
b5bfdb56dc
@ -26,5 +26,3 @@ Feature: Car - Handle ferry routes
|
|||||||
| c | e | cde |
|
| c | e | cde |
|
||||||
| c | f | cde,efg |
|
| c | f | cde,efg |
|
||||||
| c | g | cde,efg |
|
| c | g | cde,efg |
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,5 +29,3 @@ Feature: Car - Handle ferryshuttle train routes
|
|||||||
| c | f | cde,ef |
|
| c | f | cde,ef |
|
||||||
| f | g | |
|
| f | g | |
|
||||||
| g | h | gh |
|
| g | h | gh |
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ Feature: Foot - Ignore max speed restrictions
|
|||||||
Background: Use specific speeds
|
Background: Use specific speeds
|
||||||
Given the profile "foot"
|
Given the profile "foot"
|
||||||
|
|
||||||
@todo
|
@todo
|
||||||
Scenario: Foot - Ignore maxspeed
|
Scenario: Foot - Ignore maxspeed
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | maxspeed | bothw |
|
| highway | maxspeed | bothw |
|
||||||
| residential | | 145s ~10% |
|
| residential | | 145s ~10% |
|
||||||
|
@ -58,29 +58,29 @@ Feature: Handle bad data in a graceful manner
|
|||||||
| k | -78 | 0 |
|
| k | -78 | 0 |
|
||||||
| l | -80 | 0 |
|
| l | -80 | 0 |
|
||||||
| m | -82 | 0 |
|
| m | -82 | 0 |
|
||||||
# | n | -87 | 0 |
|
# | n | -87 | 0 |
|
||||||
# | o | -89 | 0 |
|
# | o | -89 | 0 |
|
||||||
|
|
||||||
And the ways
|
And the ways
|
||||||
| nodes |
|
| nodes |
|
||||||
# | ab |
|
# | ab |
|
||||||
| bc |
|
| bc |
|
||||||
| cd |
|
| cd |
|
||||||
| de |
|
| de |
|
||||||
| kl |
|
| kl |
|
||||||
| lm |
|
| lm |
|
||||||
# | mn |
|
# | mn |
|
||||||
# | no |
|
# | no |
|
||||||
|
|
||||||
When I route I should get
|
When I route I should get
|
||||||
| from | to | route |
|
| from | to | route |
|
||||||
# | a | b | cd |
|
# | a | b | cd |
|
||||||
# | b | c | cd |
|
# | b | c | cd |
|
||||||
# | a | d | cd |
|
# | a | d | cd |
|
||||||
# | c | d | cd |
|
# | c | d | cd |
|
||||||
| d | e | de |
|
| d | e | de |
|
||||||
# | k | l | kl |
|
# | k | l | kl |
|
||||||
# | l | m | lm |
|
# | l | m | lm |
|
||||||
# | o | l | lm |
|
# | o | l | lm |
|
||||||
# | n | m | lm |
|
# | n | m | lm |
|
||||||
# | o | n | lm |
|
# | o | n | lm |
|
||||||
|
@ -50,21 +50,3 @@ Feature: Via points
|
|||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route |
|
| waypoints | route |
|
||||||
| a,c,f,h | ab,bcd,de,efg,gh |
|
| a,c,f,h | ab,bcd,de,efg,gh |
|
||||||
|
|
||||||
@bug @todo
|
|
||||||
Scenario: U-turn should be allowed at via point
|
|
||||||
Given the node map
|
|
||||||
| a | b | c |
|
|
||||||
| | d | |
|
|
||||||
| | e | |
|
|
||||||
|
|
||||||
And the ways
|
|
||||||
| nodes |
|
|
||||||
| abc |
|
|
||||||
| bd |
|
|
||||||
| de |
|
|
||||||
|
|
||||||
When I route I should get
|
|
||||||
| waypoints | route |
|
|
||||||
| a,d,c | abc,bd,bd,abc |
|
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@ Feature: Timestamp
|
|||||||
| ab |
|
| ab |
|
||||||
When I request /timestamp
|
When I request /timestamp
|
||||||
Then I should get a valid timestamp
|
Then I should get a valid timestamp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user