diff --git a/features/testbot/planetary.feature b/features/testbot/planetary.feature index 19925fe27..1fff4bded 100644 --- a/features/testbot/planetary.feature +++ b/features/testbot/planetary.feature @@ -13,7 +13,7 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | a | b | ab | 8905559m ~0.1% | + | a | b | ab,ab | 8905559m ~0.1% | Scenario: Approximated Longitudinal distances at latitude 45 Given the node locations @@ -27,7 +27,7 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | c | d | cd | 6028844m ~4.5% | + | c | d | cd,cd | 6028844m ~4.5% | Scenario: Approximated Longitudinal distances at latitude 80 Given the node locations @@ -41,7 +41,7 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | c | d | cd | 1431469m ~9.5% | + | c | d | cd,cd | 1431469m ~9.5% | Scenario: Approximated Latitudinal distances at longitude 0 Given the node locations @@ -55,7 +55,7 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | a | b | ab | 8905559m ~0.1% | + | a | b | ab,ab | 8905559m ~0.1% | Scenario: Approximated Latitudinal distances at longitude 45 Given the node locations @@ -69,7 +69,7 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | a | b | ab | 8905559m ~0.1% | + | a | b | ab,ab | 8905559m ~0.1% | Scenario: Approximated Latitudinal distances at longitude 80 Given the node locations @@ -83,4 +83,4 @@ Feature: Distance calculation When I route I should get | from | to | route | distance | - | a | b | ab | 8905559m ~0.1% | + | a | b | ab,ab | 8905559m ~0.1% |