osrm-backend/features/step_definitions
Patrick Niklaus 78ac3cffde Add max values for viaroute and trip and reorganize return code handling
"status" is now always:
 - 200 if the request was successful
 - 207 if the result is empty (no path found)
 - 400 if the request is invalid

 viaroute and trip now have a maximum of 500 and 100 locations
 respectively. Override with the --max-viaroute-size and --max-trip-size
 parameters.
2015-12-17 04:14:34 +01:00
..
data.rb Expose component size variable as command-line option (this allows testing of big/small components in cucumber tests). 2015-12-11 16:53:10 +01:00
distance_matrix.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
matching.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
nearest.rb Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
options.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
requests.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00
routability.rb Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
routing.rb Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
timestamp.rb set default timestamp for tests 2014-11-17 14:58:39 +01:00
trip.rb Refactor cucumber tests 2015-12-09 21:17:18 +01:00