From 0fe6ad8b14e9fbc6c44d2bf65630155c57b44c36 Mon Sep 17 00:00:00 2001 From: xmd5a Date: Tue, 9 May 2017 17:34:43 +0300 Subject: [PATCH] Add routing test --- OsmAnd-java/test/resources/test_routing.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/OsmAnd-java/test/resources/test_routing.json b/OsmAnd-java/test/resources/test_routing.json index 8f940132ef..954e3762f0 100644 --- a/OsmAnd-java/test/resources/test_routing.json +++ b/OsmAnd-java/test/resources/test_routing.json @@ -264,5 +264,24 @@ "expectedResults": { "30783342": "false" } + }, + { + "testName": "20.Maxheight is ignored in offline routing https://github.com/osmandapp/Osmand/issues/3744", + "params": { + "vehicle": "car", + "height": "4", + "planRoadDirection": "-1" + }, + "startPoint": { + "latitude": 45.81900099233384, + "longitude": 35.22841852903369 + }, + "endPoint": { + "latitude": 45.81680264657811, + "longitude": 35.22845071554187 + }, + "expectedResults": { + "93556707": "false" + } } ] \ No newline at end of file