From d47d03c15b48a07bf14a25722ec17daa14a2b3a3 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 10 Oct 2016 17:42:48 +0200 Subject: [PATCH] Add explicit test for malformed coordinate --- features/testbot/status.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/testbot/status.feature b/features/testbot/status.feature index 4c0429d13..2ecab270d 100644 --- a/features/testbot/status.feature +++ b/features/testbot/status.feature @@ -49,6 +49,7 @@ Feature: Status messages | request | status | message | | route/v1/driving/1,1;1,2 | 200 | | | route/v1/driving/-74697224,5.191564 | 400 | Query string malformed close to position 18 | + | route/v1/driving/200,5.191564;44,5 | 400 | Invalid coordinate value. | | nonsense | 400 | URL string malformed close to position 9: "nse" | | nonsense/v1/driving/1,1;1,2 | 400 | Service nonsense not found! | | | 400 | URL string malformed close to position 1: "/" |