From c75c22e65283480173ad4e8758c9ad5cdeffc5ae Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 31 Mar 2016 17:20:43 -0700 Subject: [PATCH] Add missing arrive instruction. --- features/testbot/planetary.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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% |