update planetery test to use meters
This commit is contained in:
parent
ed8bc7ae58
commit
217fc4a0ae
@ -14,7 +14,7 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| a | b | ab | 8905559 ~0.1% |
|
||||
| a | b | ab | 8905559m ~0.1% |
|
||||
|
||||
Scenario: Longitudinal distances at latitude 45
|
||||
Given the node locations
|
||||
@ -28,7 +28,7 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| c | d | cd | 6028844 ~0.5% |
|
||||
| c | d | cd | 6028844m ~0.5% |
|
||||
|
||||
Scenario: Longitudinal distances at latitude 80
|
||||
Given the node locations
|
||||
@ -42,7 +42,7 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| c | d | cd | 1431469 ~0.5% |
|
||||
| c | d | cd | 1431469m ~0.5% |
|
||||
|
||||
Scenario: Latitudinal distances at longitude 0
|
||||
Given the node locations
|
||||
@ -56,7 +56,7 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| a | b | ab | 8905559 ~0.1% |
|
||||
| a | b | ab | 8905559m ~0.1% |
|
||||
|
||||
Scenario: Latitudinal distances at longitude 45
|
||||
Given the node locations
|
||||
@ -70,7 +70,7 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| a | b | ab | 8905559 ~0.1% |
|
||||
| a | b | ab | 8905559m ~0.1% |
|
||||
|
||||
Scenario: Latitudinal distances at longitude 80
|
||||
Given the node locations
|
||||
@ -84,4 +84,4 @@ Reference distances have been calculated usign http://seismo.cqu.edu.au/CQSRG/VD
|
||||
|
||||
When I route I should get
|
||||
| from | to | route | distance |
|
||||
| a | b | ab | 8905559 ~0.1% |
|
||||
| a | b | ab | 8905559m ~0.1% |
|
||||
|
Loading…
Reference in New Issue
Block a user