diff --git a/features/testbot/annotations.feature b/features/testbot/annotations.feature index 5e31be73a..c61ebb1aa 100644 --- a/features/testbot/annotations.feature +++ b/features/testbot/annotations.feature @@ -115,4 +115,4 @@ Feature: Annotations When I route I should get | from | to | route | a:speed | a:distance | a:duration | a:nodes | - | a | c | abc,abc | 10:10 | 249.987619:299.962882 | 25:30 | 1:2:3 | + | a | c | abc,abc | 10:10 | 249.987618946:299.962882039 | 25:30 | 1:2:3 | diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index 2772ef03a..49f42064f 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -809,7 +809,7 @@ Feature: Basic Map Matching # These should have the same weights/duration in either direction When I match I should get - | trace | geometry | a:distance | a:duration | a:weight | duration | - | 2345 | 1.00018,1,1.000314,1 | 14.914666 | 1.4 | 1.4 | 1.4 | - | 4321 | 1.00027,1,1.000135,1 | 15.02597 | 1.5 | 1.5 | 1.5 | + | trace | geometry | a:distance | a:duration | a:weight | duration | + | 2345 | 1.00018,1,1.000314,1 | 14.914666491 | 1.4 | 1.4 | 1.4 | + | 4321 | 1.00027,1,1.000135,1 | 15.025969972 | 1.5 | 1.5 | 1.5 | diff --git a/features/testbot/snap_intersection.feature b/features/testbot/snap_intersection.feature index 063986bab..f75cb8b8c 100644 --- a/features/testbot/snap_intersection.feature +++ b/features/testbot/snap_intersection.feature @@ -570,7 +570,7 @@ Feature: Snapping at intersections | a,f,k | ac,cf,cf,fj,kj,kj | 132.8s | 132.8 | | k,f | ik,fi,fi | 54.3s | 54.3 | | f,a | ef,ae,ae | 66.6s | 66.6 | - | k,f,a | kj,fj,fj,ef,ae,ae | 141.4s | 141.4 | + | k,f,a | kj,fj,fj,ef,ae,ae | 141.399999999s | 141.399999999 | When I request a travel time matrix I should get | | a | f | k | @@ -626,4 +626,4 @@ Feature: Snapping at intersections | a,f,k | ad,df,df,fj,kj,kj | 105.6s | 105.6 | | k,f | ik,fi,fi | 54.3s | 54.3 | | f,a | ef,ae,ae | 66.6s | 66.6 | - | k,f,a | ik,fi,fi,ef,ae,ae | 120.9s | 120.9 | + | k,f,a | ik,fi,fi,ef,ae,ae | 120.899999999s | 120.899999999 | diff --git a/features/testbot/weight.feature b/features/testbot/weight.feature index b5e4aedc6..d5ae35206 100644 --- a/features/testbot/weight.feature +++ b/features/testbot/weight.feature @@ -52,11 +52,11 @@ Feature: Weight tests | abc | When I route I should get - | waypoints | route | distances | weights | times | a:distance | a:duration | a:weight | a:speed | - | s,t | abc,abc | 20m,0m | 2,0 | 2s,0s | 20.034627 | 2 | 2 | 10 | - | t,s | abc,abc | 20m,0m | 2,0 | 2s,0s | 20.034627 | 2 | 2 | 10 | - | s,e | abc,abc | 40m,0m | 3.9,0 | 3.9s,0s | 29.940636:10.017313 | 3:0.9 | 3:0.9 | 10:11.1 | - | e,s | abc,abc | 40m,0m | 3.9,0 | 3.9s,0s | 10.017313:29.940636 | 0.9:3 | 0.9:3 | 11.1:10 | + | waypoints | route | distances | weights | times | a:distance | a:duration | a:weight | a:speed | + | s,t | abc,abc | 20m,0m | 2,0 | 2s,0s | 20.034626629 | 2 | 2 | 10 | + | t,s | abc,abc | 20m,0m | 2,0 | 2s,0s | 20.034626629 | 2 | 2 | 10 | + | s,e | abc,abc | 40m,0m | 3.9,0 | 3.9s,0s | 29.940636463:10.017313314 | 3:0.9 | 3:0.9 | 10:11.1 | + | e,s | abc,abc | 40m,0m | 3.9,0 | 3.9s,0s | 10.017313314:29.940636463 | 0.9:3 | 0.9:3 | 11.1:10 | Scenario: Step weights -- way_function: fail if no weight or weight_per_meter property