revert to alt=true in cuke test

This commit is contained in:
Emil Tin 2012-12-10 16:19:22 +01:00
parent b10b716733
commit cc7f761c3e

View File

@ -2,7 +2,7 @@
DESTINATION_REACHED = 15 #OSRM instruction code DESTINATION_REACHED = 15 #OSRM instruction code
def request_route a,b def request_route a,b
request_path "viaroute?loc=#{a}&loc=#{b}&output=json&instructions=true&alt=false" request_path "viaroute?loc=#{a}&loc=#{b}&output=json&instructions=true&alt=true"
end end
def parse_response response def parse_response response