adding nodes to make tests work
This commit is contained in:
parent
85369d6310
commit
c4326ffd0b
@ -56,7 +56,7 @@ Feature: Handle bad data in a graceful manner
|
|||||||
@poles
|
@poles
|
||||||
Scenario: No routing close to the north/south pole
|
Scenario: No routing close to the north/south pole
|
||||||
Mercator is undefined close to the poles.
|
Mercator is undefined close to the poles.
|
||||||
All nodes and request with lat to close to the pole should therfore be ignored.
|
All nodes and request with latitude to close to either of the poles should therefore be ignored.
|
||||||
|
|
||||||
Given the node locations
|
Given the node locations
|
||||||
| node | lat | lon |
|
| node | lat | lon |
|
||||||
@ -64,6 +64,8 @@ Feature: Handle bad data in a graceful manner
|
|||||||
| b | 87 | 0 |
|
| b | 87 | 0 |
|
||||||
| c | 82 | 0 |
|
| c | 82 | 0 |
|
||||||
| d | 80 | 0 |
|
| d | 80 | 0 |
|
||||||
|
| e | 78 | 0 |
|
||||||
|
| k | -78 | 0 |
|
||||||
| l | -80 | 0 |
|
| l | -80 | 0 |
|
||||||
| m | -82 | 0 |
|
| m | -82 | 0 |
|
||||||
| n | -87 | 0 |
|
| n | -87 | 0 |
|
||||||
@ -73,6 +75,10 @@ Feature: Handle bad data in a graceful manner
|
|||||||
| nodes |
|
| nodes |
|
||||||
| ab |
|
| ab |
|
||||||
| bc |
|
| bc |
|
||||||
|
| cd |
|
||||||
|
| de |
|
||||||
|
| kl |
|
||||||
|
| lm |
|
||||||
| mn |
|
| mn |
|
||||||
| no |
|
| no |
|
||||||
|
|
||||||
@ -82,7 +88,7 @@ Feature: Handle bad data in a graceful manner
|
|||||||
| b | c | |
|
| b | c | |
|
||||||
| a | d | |
|
| a | d | |
|
||||||
| c | d | cd |
|
| c | d | cd |
|
||||||
| l | m | cd |
|
| l | m | lm |
|
||||||
| o | l | |
|
| o | l | |
|
||||||
| n | m | |
|
| n | m | |
|
||||||
| o | n | |
|
| o | n | |
|
Loading…
Reference in New Issue
Block a user