Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38fef77d70 
							
						 
					 
					
						
						
							
							additional collapse cases  
						
						
						
					 
					
						2016-08-19 12:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8bae78749 
							
						 
					 
					
						
						
							
							fix errors introduced in refactor  
						
						
						
					 
					
						2016-08-18 11:36:36 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9485c97738 
							
						 
					 
					
						
						
							
							adjusting u-turn handling in lane matching to fully fix 2706  
						
						
						
					 
					
						2016-08-18 11:36:36 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d53c267129 
							
						 
					 
					
						
						
							
							Be more aggresive classifying Roundabout Intersections.  
						
						... 
						
						
						
						Roundabout Intersections are roundabouts with up to four ways and turn
angles which makes the turns obvious, e.g. as in:
```
    *
    *
* *   * *
    *
    *
```
but not
```
     *
    *
* *   *
    * *
     * *
```
For Roundabout Intersections we issue instructions such as
"turn <direction>" instead of "take the <nth> exit".
At the moment we have a limit on the radius for these Roundabout
Intersections of 5 meters. Which fails to classify a wide range of
Roundabout Intersections in the US (with the US-wide streets).
This changeset removes the Roundabout Intersection radius limit:
- if the roundabout is larger than a threshold and is named we classify
  it as a rotary
- if the roundabout matches our criteria for Roundabout Intersections
  we classify it as a Roundabout Intersection
- else fallback to plain old Roundabout
There is a second issue with determining a roundabout's radius.
But that's for another pull request (tracking in #2716 ).
References:
- https://github.com/Project-OSRM/osrm-backend/issues/2716  
						
					 
					
						2016-08-18 10:50:32 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f6de614c1 
							
						 
					 
					
						
						
							
							Ignore any following columns in a CSV file  
						
						
						
					 
					
						2016-08-18 10:19:36 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							087080a6c3 
							
						 
					 
					
						
						
							
							mark via-case todo to prevent known failure to show up in local cucumber  
						
						
						
					 
					
						2016-08-15 15:52:47 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							464de785cb 
							
						 
					 
					
						
						
							
							fix removal of multiple geometries for first vertex  
						
						
						
					 
					
						2016-08-09 12:02:07 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							65def1a9e2 
							
						 
					 
					
						
						
							
							We should be returning an error if any errors that occur during reprocessing.  
						
						
						
					 
					
						2016-08-05 15:11:12 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							176c2244ad 
							
						 
					 
					
						
						
							
							Catch and report errors during osrm-contract tests.  
						
						
						
					 
					
						2016-08-05 14:19:22 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5bef5dcb04 
							
						 
					 
					
						
						
							
							Disable our added failing cucumber tests for now  
						
						
						
					 
					
						2016-08-05 18:32:42 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							4d84bc0f01 
							
						 
					 
					
						
						
							
							Add a minimal version of the failing test case.  
						
						
						
					 
					
						2016-08-05 18:32:42 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							c737635a3b 
							
						 
					 
					
						
						
							
							Reproducing breaking intersection in cucumber scenario  
						
						... 
						
						
						
						Conflicts:
	src/extractor/guidance/turn_lane_augmentation.cpp 
						
					 
					
						2016-08-05 18:32:42 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							b7eeafb183 
							
						 
					 
					
						
						
							
							Try to come up with a small test case  
						
						
						
					 
					
						2016-08-05 18:32:42 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							677306eeee 
							
						 
					 
					
						
						
							
							Merge pull request  #2707  from oxidase/left_side_driving  
						
						... 
						
						
						
						Left side driving 
						
					 
					
						2016-08-05 18:09:10 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1e309b4eb 
							
						 
					 
					
						
						
							
							Collapse Staggered Intersections.  
						
						... 
						
						
						
						Staggered intersection are very short zig-zags of only a few meters.
They are common in rural and exurban areas, especially in the US.
(In addition, these cases could as well be tagging issues)
We do not want to announce these short left-rights or right-lefts:
          * -> b      a -> *
          |       or       |       becomes  a   ->   b
     a -> *                * -> b
Here is one example:
- https://www.openstreetmap.org/edit#map=20/39.26017/-84.25182 
And here are two edge-cases that we don't handle at the moment:
- http://www.openstreetmap.org/edit#map=20/38.87900/-76.98519 
- http://www.openstreetmap.org/edit#map=19/45.51056/-122.63462 
and probably should not handle since the distance in between is
quite long (roughly 7-15 meters). For these we want to announce
two turns to not confuse the user.
Thanks to @1ec5 for raising this issue and @karenzshea for
providing additional US examples and cultural insights. 
						
					 
					
						2016-08-05 14:35:13 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							8bee57b0b0 
							
						 
					 
					
						
						
							
							Makes toll=yes way's routability configurable in profiles.  
						
						... 
						
						
						
						The primary use-case is conditionally filtering ways such as:
https://www.openstreetmap.org/edit#map=18/38.94198/-77.28127 
which we are guiding the user onto in the route from DC to IAD:
http://map.project-osrm.org/?z=12¢er=38.934443%2C-77.167969&loc=38.902656%2C-77.029095&loc=38.952210%2C-77.453424&hl=en&alt=0 
This changeset makes `toll=yes` configurable in the profiles, disabling
them by default. Neither do we support time-based fees nor vehicle
category fees at the moment.
References:
- http://wiki.openstreetmap.org/wiki/Key:toll  
						
					 
					
						2016-08-04 14:29:22 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							583aaff286 
							
						 
					 
					
						
						
							
							Makes designated HOV way's routability configurable in profiles.  
						
						... 
						
						
						
						Why only `hov=designated` and not all access tags, such as `hov:yes`,
`hov=no` and so on? From the Wiki:
- designated: The way is designated to high occupancy vehicles.
- yes: High occupancy vehicles are allowed. This by itself does not imply that other vehicles are restricted from using the way.
- no: High occupancy vehicles are not allowed on the way. This by itself does not imply that other vehicle types are allowed to use it.
The primary use-case is conditionally filtering ways such as:
http://www.openstreetmap.org/way/11198593#map=19/37.82571/-122.30521&layers=D 
In addition there is a notion of HOV lanes for lane handling:
http://wiki.openstreetmap.org/wiki/Key:hov#hov:lanes.3D.2A 
This changeset does not handle lanes at all, only designated HOV ways.
For HOV lane support, a logic similar to the lane access handling needs
to be implemented. This needs to go hand in hand with the existing lane
handling introduced in:
7d076e9344#2711 
- http://wiki.openstreetmap.org/wiki/Key:access 
- http://wiki.openstreetmap.org/wiki/Key:hov#Values  
						
					 
					
						2016-08-03 12:24:43 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							026f71934b 
							
						 
					 
					
						
						
							
							Adds Cucumber Scenario for sharp left turn at traffic light  
						
						
						
					 
					
						2016-08-03 12:18:31 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							979f9cab20 
							
						 
					 
					
						
						
							
							Added test for issue  #2706  
						
						
						
					 
					
						2016-08-02 19:06:10 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4718495a0 
							
						 
					 
					
						
						
							
							Add Florida Ave NW scenario for TurnLeft instead of MergeRight  
						
						
						
					 
					
						2016-07-30 23:55:39 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d36d472c9 
							
						 
					 
					
						
						
							
							change paradigm of merge to only emit on motorway-like roads  
						
						
						
					 
					
						2016-07-30 23:55:39 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d012b44b7f 
							
						 
					 
					
						
						
							
							Filter out edges that have any speed=0 segments.  
						
						... 
						
						
						
						They become non-snappable and non-routable.  Note that a single segment
of speed=0 will eliminate the entire edge. 
						
					 
					
						2016-07-30 23:53:38 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61e6afdef0 
							
						 
					 
					
						
						
							
							added a lanes test in clockwise roundabouts  
						
						
						
					 
					
						2016-07-28 22:59:22 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							951a4dc112 
							
						 
					 
					
						
						
							
							commit test file  
						
						
						
					 
					
						2016-07-28 22:59:22 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							280b000f07 
							
						 
					 
					
						
						
							
							Include datasources for each segment in route annotation.  
						
						
						
					 
					
						2016-07-27 15:51:11 -07:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e83905b783 
							
						 
					 
					
						
						
							
							Fix exception handling around unrecognised options  
						
						
						
					 
					
						2016-07-26 11:43:08 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d076e9344 
							
						 
					 
					
						
						
							
							handle access flags for lanes  
						
						
						
					 
					
						2016-07-25 20:01:58 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							748fd3efa9 
							
						 
					 
					
						
						
							
							Remove lanes from roundabouts,  closes   #2626  
						
						... 
						
						
						
						After half a day of looking at the tagging and the data came to the
following conclusion:
We can't keep the user to the innermost / outermost lanes depending on
the exit the route takes: we found situations where both heuristics were
wrong.
Even on popular roundabouts the tagging is often wrong or in the best
case not present at all.
There are at least two different ways to interpret roundabout
indications: 1/ where e.g. a right arrow on the lane indicates turn
restrictions for the roundabout and the need to take this lane to exit
the roundabout to the right (possibly skipping multiple exits) and 2/
where a right arrow just means this is a lane in a immediate right turn.
Example: Australia marks lanes with arrows that seem to indicate
"angles you can exit the roundabout from", for example, these two ways:
- http://www.openstreetmap.org/way/320941710 
- http://www.openstreetmap.org/way/42918021 
Whereas Germany marks lanes with "directions you can travel in these
lanes immediately after entering the roundabout":
- http://www.openstreetmap.org/way/52578338 
These two different interpretations of how to draw the arrows on the
roads mean we have conflicting solutions to "which lanes can you use to
take exit B from entry A" based on locality.
Continuing to tag ways based on lane markings is no problem, but
unfortunately, we can't reliably resolve good advice for navigation
system users (like "use the inside lane to take the second exit at the
roundabout"), there are too many situations that would generate bad
instructions (instructions that tell users to go into a lane they
shouldn't use). 
						
					 
					
						2016-07-25 19:29:55 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fc63e1e72 
							
						 
					 
					
						
						
							
							move hardcoded road priorities into profiles, change road classification  
						
						
						
					 
					
						2016-07-25 13:07:54 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							fd6bb5ec1f 
							
						 
					 
					
						
						
							
							Lane Handling for multiple indications per lane as in left;left|,  fixes   #2694  
						
						... 
						
						
						
						Before we asserted on unique lane indications per lane. Turns out the
OSM data contains lane strings such as:
    left;left|right
Which represents two lanes as in:
    <<     >
     ||    |
The two left indications _on a single lane_ look like data issue.
And we can't represent this with our enum-approach at the moment.
We don't want to crash there, so silently swallow this and
generate a single left|right for it. 
						
					 
					
						2016-07-25 12:17:23 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e323d2d42 
							
						 
					 
					
						
						
							
							improve sliproad / fork handling  
						
						
						
					 
					
						2016-07-22 15:16:59 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							41ba20ca9a 
							
						 
					 
					
						
						
							
							switch api format to new structure  
						
						
						
					 
					
						2016-07-21 17:42:10 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							b25011ee60 
							
						 
					 
					
						
						
							
							fix use-lane handling  
						
						
						
					 
					
						2016-07-21 16:37:54 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							0e017a6ce5 
							
						 
					 
					
						
						
							
							collapse use-lane instructions if possible  
						
						
						
					 
					
						2016-07-20 10:23:26 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							2431e15ffa 
							
						 
					 
					
						
						
							
							mark second case as todo, see  https://github.com/Project-OSRM/osrm-backend/issues/2661  
						
						
						
					 
					
						2016-07-20 09:55:30 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							396add1e9d 
							
						 
					 
					
						
						
							
							make roundabout maneuvers continuous with respect to lane changes  
						
						
						
					 
					
						2016-07-20 09:55:30 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							8831ca2f32 
							
						 
					 
					
						
						
							
							fix roundabouts with traffic lights  
						
						
						
					 
					
						2016-07-19 14:49:09 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							50cbba1620 
							
						 
					 
					
						
						
							
							adding a todo testscase / regression test-case  
						
						
						
					 
					
						2016-07-15 10:35:25 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d80f989d0 
							
						 
					 
					
						
						
							
							Fix tests after cucumber update and changed escaping.  
						
						
						
					 
					
						2016-07-13 11:48:53 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4fcb5d28a4 
							
						 
					 
					
						
						
							
							Merge pull request  #2624  from oxidase/issues/2617  
						
						... 
						
						
						
						Fix ambiguous data issues 
						
					 
					
						2016-07-13 11:20:40 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ddc00c21e 
							
						 
					 
					
						
						
							
							update cucumber to 1.2.1 and remove hack  
						
						
						
					 
					
						2016-07-13 11:04:35 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e76e39a398 
							
						 
					 
					
						
						
							
							Improves Lane Handling for Multi-Hop Roundabout Instruction  
						
						... 
						
						
						
						This changeset implements Lane Anticipation on roundabouts, delimited
by enter / leave step pairs. It does not handle lane anticipation
within a roundabout.
Lane anticipation happens on the granularity of a valid roundbaout:
We discard partial roundabout (enter without exit or exit without
enter) or data issues (no roundabout, exit before enter).
Related:
- https://github.com/Project-OSRM/osrm-backend/issues/2626  for lanes
  within a roundabout
- https://github.com/Project-OSRM/osrm-backend/issues/2625  for handling
  going straight in lane anticipation 
						
					 
					
						2016-07-13 10:44:12 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b466b2fb2 
							
						 
					 
					
						
						
							
							Fix ambiguity in edges by using names lexicographical order  
						
						
						
					 
					
						2016-07-11 05:54:30 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e17b306265 
							
						 
					 
					
						
						
							
							Fix ambiguity in edge weights by using minimal weight  
						
						
						
					 
					
						2016-07-08 18:20:55 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							f4db79fe9b 
							
						 
					 
					
						
						
							
							fix obvious turn collapsing for straight turns  
						
						
						
					 
					
						2016-07-06 10:50:47 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							375331b80c 
							
						 
					 
					
						
						
							
							fixing lua issue in profile  
						
						
						
					 
					
						2016-06-28 12:59:02 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							311b348d09 
							
						 
					 
					
						
						
							
							handle sliproads at traffic lights  
						
						
						
					 
					
						2016-06-28 10:23:22 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5905708111 
							
						 
					 
					
						
						
							
							expose lanes as enums, adjusted for comments  
						
						
						
					 
					
						2016-06-27 11:12:02 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5d91b759d1 
							
						 
					 
					
						
						
							
							Implement Turn Lane Api  
						
						
						
					 
					
						2016-06-27 10:07:48 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							ec0a1a4ab1 
							
						 
					 
					
						
						
							
							Anticipate Lane Changes  
						
						
						
					 
					
						2016-06-27 10:07:43 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							efa29edf09 
							
						 
					 
					
						
						
							
							basic turn lane handling  
						
						
						
					 
					
						2016-06-27 10:07:41 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a05b70dfc 
							
						 
					 
					
						
						
							
							reduce number of end-of-road instructions in unnecessary cases  
						
						
						
					 
					
						2016-06-26 16:40:15 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							d21a9a514d 
							
						 
					 
					
						
						
							
							bike: surface should never increase speed  
						
						
						
					 
					
						2016-06-25 12:52:54 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4629a20fe4 
							
						 
					 
					
						
						
							
							improve handling of obvious for end-of-road situations  
						
						
						
					 
					
						2016-06-24 12:05:42 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							6dedd9cb72 
							
						 
					 
					
						
						
							
							Fix segfault when route includes very short segments.  
						
						
						
					 
					
						2016-06-22 14:48:57 -07:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2868f702a5 
							
						 
					 
					
						
						
							
							fix issues with roundabouts and intersections and sliproads  
						
						
						
					 
					
						2016-06-21 16:56:57 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c378191df 
							
						 
					 
					
						
						
							
							Fix omitting the last point's coordinates in the geometry field  
						
						
						
					 
					
						2016-06-21 07:06:43 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c8781855e 
							
						 
					 
					
						
						
							
							handle steep off-ramps  
						
						
						
					 
					
						2016-06-21 00:47:43 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26879ca91a 
							
						 
					 
					
						
						
							
							Make build directory configurable via OSRM_BUILD_DIR in tests  
						
						
						
					 
					
						2016-06-20 22:43:28 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							306744e5cb 
							
						 
					 
					
						
						
							
							fix roundabout-handling when name changes  
						
						
						
					 
					
						2016-06-17 11:02:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							47b19f209b 
							
						 
					 
					
						
						
							
							prefer obvious turn assignment over forks  
						
						
						
					 
					
						2016-06-13 15:00:18 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b5355edca 
							
						 
					 
					
						
						
							
							improve slipway handling to allow multiple styles of turn lanes / turn roads  
						
						
						
					 
					
						2016-06-13 11:56:50 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							99004bbec8 
							
						 
					 
					
						
						
							
							add testcase  
						
						
						
					 
					
						2016-06-10 10:20:39 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							312e86eb58 
							
						 
					 
					
						
						
							
							handle merge on collapsed instructions  
						
						
						
					 
					
						2016-06-06 11:55:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							1dfdb38d4a 
							
						 
					 
					
						
						
							
							improve collapse-handling  
						
						
						
					 
					
						2016-06-06 10:05:18 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							805d74b6ae 
							
						 
					 
					
						
						
							
							Revert "Fixes roundabout spelling in existing cucumber test"  
						
						... 
						
						
						
						This reverts commit ef7b36da32 
						
					 
					
						2016-06-02 15:00:49 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							b78207ddd8 
							
						 
					 
					
						
						
							
							Revert "Add implied oneway cucumber tests for mini roundabouts"  
						
						... 
						
						
						
						This reverts commit bd707b0cfc 
						
					 
					
						2016-06-02 15:00:44 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							b6834da9a4 
							
						 
					 
					
						
						
							
							Revert "Test guidance instructions for entering and leaving mini roundabouts"  
						
						... 
						
						
						
						This reverts commit 9cdc9008aa 
						
					 
					
						2016-06-02 14:57:48 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							ed8d5e0b0a 
							
						 
					 
					
						
						
							
							Add missing semicolon  
						
						
						
					 
					
						2016-06-02 14:27:25 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							e8fb312703 
							
						 
					 
					
						
						
							
							Update OSM node IDs annotation cucumber code per  d6de2ca71c 
						
						
						
					 
					
						2016-06-02 14:27:25 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							6777127497 
							
						 
					 
					
						
						
							
							Add cucumber tests for node IDs  
						
						
						
					 
					
						2016-06-02 14:27:25 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							c490752ca7 
							
						 
					 
					
						
						
							
							highway=motorway_link does not imply oneway,  fixes   #1662  
						
						... 
						
						
						
						References:
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway_link#Tagging_oneway 
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway_link 
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway  
						
					 
					
						2016-06-02 13:05:50 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							6edc565c01 
							
						 
					 
					
						
						
							
							Add destinations API feature  
						
						
						
					 
					
						2016-06-02 12:00:23 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							58d6e8f4d0 
							
						 
					 
					
						
						
							
							handle short summaries correctly  
						
						
						
					 
					
						2016-06-02 00:26:04 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0a53775fb3 
							
						 
					 
					
						
						
							
							Expose pronunciation in RouteStep  
						
						... 
						
						
						
						Uses name:pronunciation by default for cars. 
						
					 
					
						2016-06-01 23:17:57 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							9cdc9008aa 
							
						 
					 
					
						
						
							
							Test guidance instructions for entering and leaving mini roundabouts  
						
						
						
					 
					
						2016-06-01 20:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							bd707b0cfc 
							
						 
					 
					
						
						
							
							Add implied oneway cucumber tests for mini roundabouts  
						
						
						
					 
					
						2016-06-01 20:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							ef7b36da32 
							
						 
					 
					
						
						
							
							Fixes roundabout spelling in existing cucumber test  
						
						
						
					 
					
						2016-06-01 20:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfbb313088 
							
						 
					 
					
						
						
							
							Conditional hashing of osrm libraries  
						
						
						
					 
					
						2016-05-29 07:39:49 +02:00 
						 
				 
			
				
					
						
							
							
								Dane Springmeyer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5c5faa21d 
							
						 
					 
					
						
						
							
							drop support for using DYLD_LIBRARY_PATH on OS X  
						
						
						
					 
					
						2016-05-29 06:01:16 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6de2ca71c 
							
						 
					 
					
						
						
							
							Really place annotations in RouteLeg and not Route  
						
						
						
					 
					
						2016-05-27 16:46:28 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							262354f733 
							
						 
					 
					
						
						
							
							Rename annotate to annotations  
						
						
						
					 
					
						2016-05-26 23:35:11 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e2f34f241 
							
						 
					 
					
						
						
							
							Fix retry code launch classes  
						
						
						
					 
					
						2016-05-26 22:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cbbeef5c46 
							
						 
					 
					
						
						
							
							Prune unnecessary cucumber code  
						
						
						
					 
					
						2016-05-26 22:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							823ee54f22 
							
						 
					 
					
						
						
							
							add turn restrictions to test-cases  
						
						
						
					 
					
						2016-05-26 21:31:04 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d03797e53 
							
						 
					 
					
						
						
							
							Distinguish between offramps and sliproads.  
						
						
						
					 
					
						2016-05-26 21:31:04 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							824afdceca 
							
						 
					 
					
						
						
							
							use 5 seconds as cucumber timeout  
						
						
						
					 
					
						2016-05-26 20:02:21 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6af7e6866c 
							
						 
					 
					
						
						
							
							Sort file extensions in rename lists  
						
						
						
					 
					
						2016-05-26 17:05:11 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aaa27333ba 
							
						 
					 
					
						
						
							
							Remove force flags and update extractor/contractor hashes  
						
						... 
						
						
						
						with command line arguments and argument files data. 
						
					 
					
						2016-05-26 16:36:26 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							797f2a196b 
							
						 
					 
					
						
						
							
							handle intersection-access for roundabout correctly  
						
						
						
					 
					
						2016-05-26 16:25:26 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							51066ff18f 
							
						 
					 
					
						
						
							
							fix options in step-definitions  
						
						
						
					 
					
						2016-05-26 15:38:55 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0587c5f5c4 
							
						 
					 
					
						
						
							
							Trim datasource names before writing to datafile.  
						
						
						
					 
					
						2016-05-24 15:20:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abed7690d0 
							
						 
					 
					
						
						
							
							fix continue on obvious  
						
						
						
					 
					
						2016-05-23 17:55:30 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89aa6b7881 
							
						 
					 
					
						
						
							
							Add regression test for  #2424  
						
						
						
					 
					
						2016-05-20 18:52:29 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3ce0c5887 
							
						 
					 
					
						
						
							
							Add fuzzy matching for bearings and intersections list  
						
						
						
					 
					
						2016-05-19 16:44:31 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b37769624 
							
						 
					 
					
						
						
							
							Use bearing_before and bearing_after in the bearings field  
						
						
						
					 
					
						2016-05-19 16:44:31 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c8bf820de 
							
						 
					 
					
						
						
							
							adjusted to in/out. only emit one of them for depart/arrive  
						
						
						
					 
					
						2016-05-19 16:44:31 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d9aa65e78 
							
						 
					 
					
						
						
							
							intersection classes with variable degree of discretization  
						
						
						
					 
					
						2016-05-19 16:44:31 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9f674497a 
							
						 
					 
					
						
						
							
							emit turn-straight for obvious turns where the main road continues  
						
						
						
					 
					
						2016-05-18 19:54:53 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							d5294bb5d0 
							
						 
					 
					
						
						
							
							Silences warnings when running npm test  
						
						
						
					 
					
						2016-05-16 14:43:54 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bbd3a8a65 
							
						 
					 
					
						
						
							
							Remove latitude rounding in yToLat  
						
						
						
					 
					
						2016-05-16 00:53:33 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa525ad610 
							
						 
					 
					
						
						
							
							Return an array with meta-data for each coordinate.  
						
						... 
						
						
						
						Currently supports duration and distance for each coordinate.
This is particularly useful in map-matching, comparing how
a trip progresses compared to a real GPS trace that is
map-matched. 
						
					 
					
						2016-05-12 01:11:09 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2263fec9b 
							
						 
					 
					
						
						
							
							One TIMEOUT to rule them all  
						
						
						
					 
					
						2016-05-05 18:36:30 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5a7a03fa0 
							
						 
					 
					
						
						
							
							Cucumber test for destination:ref and no destination=*  
						
						
						
					 
					
						2016-05-04 15:28:34 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7e19396a4 
							
						 
					 
					
						
						
							
							Guard against mis-tagging: only use destination tag in combination with oneway tag  
						
						
						
					 
					
						2016-05-04 15:28:34 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							445e5bed49 
							
						 
					 
					
						
						
							
							Respect ';'-separated list in destination:ref tag  
						
						
						
					 
					
						2016-05-04 15:28:34 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4cf94319df 
							
						 
					 
					
						
						
							
							Basic destination sign handling.  
						
						... 
						
						
						
						This first part in our Exit Sign / Destination Sign quest re-wires
the `destination=` and `destination:ref=` tag to the `ref=` tag (in case
it's the highway does not already have a `ref=` tag).
Doing some analysis on both Berlin and San Francisco it looks like this
will add a couple of thousand `ref=` tags that we will announce in guidance.
References:
- https://github.com/Project-OSRM/osrm-backend/issues/2267#issuecomment-214771682 
- http://wiki.openstreetmap.org/wiki/Key:destination 
- http://wiki.openstreetmap.org/wiki/Proposed_features/Destination_details  
						
					 
					
						2016-05-04 15:28:34 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5f21fd13a 
							
						 
					 
					
						
						
							
							fix test-case  
						
						
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04eef0463a 
							
						 
					 
					
						
						
							
							Fix the second test that breaks because of phantom node  
						
						
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82c3bc7b0e 
							
						 
					 
					
						
						
							
							Adapt tests to desired behaviour  
						
						
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d33cb96f5 
							
						 
					 
					
						
						
							
							Fix missing semicolon in cucumber support code  
						
						
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							648646068c 
							
						 
					 
					
						
						
							
							additional testcase on what I would expect  
						
						
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f251f93a11 
							
						 
					 
					
						
						
							
							Fix summary generation when empty strings are present.  
						
						... 
						
						
						
						Also corrects step ordering when steps have equal durations. 
						
					 
					
						2016-05-04 14:00:34 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6018fcf490 
							
						 
					 
					
						
						
							
							Introduce on_ramp and off_ramp, deprecate ramp  
						
						
						
					 
					
						2016-05-04 12:09:54 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							1e6888c0d3 
							
						 
					 
					
						
						
							
							fix new-name on empty strings  
						
						
						
					 
					
						2016-05-04 10:52:55 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08248e3853 
							
						 
					 
					
						
						
							
							fix 2349  
						
						
						
					 
					
						2016-05-03 21:14:31 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0069d3dcc 
							
						 
					 
					
						
						
							
							Makes bicycle and foot profile's name and ref tag handling consistent with car profile  
						
						
						
					 
					
						2016-05-03 00:09:17 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							346146d834 
							
						 
					 
					
						
						
							
							Address comments from  b89164c14e ( #2346 )  
						
						
						
					 
					
						2016-05-02 08:00:27 -07:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							b8f7569e93 
							
						 
					 
					
						
						
							
							Implement arbitrary turn penalty file IO and integration ( #2306 )  
						
						... 
						
						
						
						Closes  #1830  
					
						2016-04-29 00:48:13 -07:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf17bd38eb 
							
						 
					 
					
						
						
							
							Revert "Revert "switched to space separated suffix/prefix only""  
						
						
						
					 
					
						2016-04-28 14:59:17 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e88106e990 
							
						 
					 
					
						
						
							
							Revert "switched to space separated suffix/prefix only"  
						
						... 
						
						
						
						This reverts commit e9e935303c 
						
					 
					
						2016-04-27 23:20:10 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							5186b9490d 
							
						 
					 
					
						
						
							
							Fix syntax error position indicators in parameters queries  
						
						... 
						
						
						
						To fix  #2193  prefix_length member variable has been added to ParsedURL
that is set to the length of "/service/version/profile/" prefix
when the prefix is accepted by the parser.
Also BOOST_FUSION_ADAPT_STRUCT for osrm::server::api::ParsedURL
has been moved from header to url_parser.cpp to speed up compilation
of CUs that do not use the fusion adaption. 
						
					 
					
						2016-04-27 19:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							e9e935303c 
							
						 
					 
					
						
						
							
							switched to space separated suffix/prefix only  
						
						
						
					 
					
						2016-04-27 19:12:24 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							a154d71841 
							
						 
					 
					
						
						
							
							enable suppression name suffix changes  
						
						
						
					 
					
						2016-04-27 18:10:56 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							fddb035539 
							
						 
					 
					
						
						
							
							suppress name additions (xxx -> xxxbridge)  
						
						
						
					 
					
						2016-04-27 12:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							1544a08ea2 
							
						 
					 
					
						
						
							
							introduce roundabout-turns into instruction set  
						
						
						
					 
					
						2016-04-27 12:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d68d4c050 
							
						 
					 
					
						
						
							
							fix copy-paste errors in guidance tests  
						
						
						
					 
					
						2016-04-26 13:43:22 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							754bc2d274 
							
						 
					 
					
						
						
							
							handle combined turns at segregated roads  
						
						
						
					 
					
						2016-04-26 13:13:20 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							3ac061c546 
							
						 
					 
					
						
						
							
							fix guidance issues / improve tests  
						
						
						
					 
					
						2016-04-26 10:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e59a7926a2 
							
						 
					 
					
						
						
							
							roundabout for segregated entry roads  
						
						
						
					 
					
						2016-04-26 01:01:09 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be5b49e391 
							
						 
					 
					
						
						
							
							Fix local path looping,  fixes   #2309  
						
						
						
					 
					
						2016-04-25 19:37:59 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d770c35245 
							
						 
					 
					
						
						
							
							refactor guidance  
						
						
						
					 
					
						2016-04-25 19:24:59 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b07275694a 
							
						 
					 
					
						
						
							
							Add more guidance tests  
						
						
						
					 
					
						2016-04-21 23:07:29 +02:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							6e04da9f8f 
							
						 
					 
					
						
						
							
							remove movable bridge refs in bike profile  
						
						
						
					 
					
						2016-04-19 14:24:16 -04:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							58c13d2c07 
							
						 
					 
					
						
						
							
							remove movable bridge travel mode references  
						
						
						
					 
					
						2016-04-19 12:59:33 -04:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							6b89803534 
							
						 
					 
					
						
						
							
							Forgot to commit a test  
						
						
						
					 
					
						2016-04-13 11:24:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							589767fe6d 
							
						 
					 
					
						
						
							
							uturns -> continue_straight  
						
						
						
					 
					
						2016-04-12 23:16:02 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							02f75236cb 
							
						 
					 
					
						
						
							
							Increase the Cucumber timeout, as we're hitting it on Travis.  
						
						... 
						
						
						
						Our OSX Travis builds seem to hit the 2s timeout from time to time,
which is really irritating.
This increases the timeout to 5s, hoping for the best. 
						
					 
					
						2016-04-12 12:17:01 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							43725bae89 
							
						 
					 
					
						
						
							
							Fix Radius Calculation for points collinear in latidue  
						
						
						
					 
					
						2016-04-12 11:25:59 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							cb18c1a54d 
							
						 
					 
					
						
						
							
							Adapt status cucumber tests  
						
						
						
					 
					
						2016-04-08 21:03:50 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							fa0a5040e5 
							
						 
					 
					
						
						
							
							adding tests for guidance  
						
						
						
					 
					
						2016-04-08 10:43:22 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							278ec04f5e 
							
						 
					 
					
						
						
							
							Remove left-over summary code  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							95787255a1 
							
						 
					 
					
						
						
							
							Fix broken uturns test  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							470d7600b8 
							
						 
					 
					
						
						
							
							fixes 2219  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							97401ad99a 
							
						 
					 
					
						
						
							
							Disable steps and alternatives by default  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							c209e31ce1 
							
						 
					 
					
						
						
							
							Fix tests for  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							2cf19010e3 
							
						 
					 
					
						
						
							
							Fix context returned in JSON error (had null bytes).  
						
						... 
						
						
						
						Update status test cases to match new API. 
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							ef1fb08723 
							
						 
					 
					
						
						
							
							fix cucumber tests and issues  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							e60ebee3f2 
							
						 
					 
					
						
						
							
							Add missing arrival instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							4c88fe0fb1 
							
						 
					 
					
						
						
							
							Add arrival instruction  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							13338414db 
							
						 
					 
					
						
						
							
							Add missing arrival instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							96f49f3b53 
							
						 
					 
					
						
						
							
							Add missing arrival instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							75979d7e1c 
							
						 
					 
					
						
						
							
							Add missing arrival instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							29a2447906 
							
						 
					 
					
						
						
							
							Add missing arrival instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							2f702f61a4 
							
						 
					 
					
						
						
							
							Add missing arrival instruction. This test was incorrect.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							5a71acbe3c 
							
						 
					 
					
						
						
							
							Add missing arrival instructions  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							ca3e8ef09e 
							
						 
					 
					
						
						
							
							Add missing arrive instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							8c44084af1 
							
						 
					 
					
						
						
							
							Add missing arrive instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							d829a390fd 
							
						 
					 
					
						
						
							
							Add missing arrive instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							6b6597e453 
							
						 
					 
					
						
						
							
							Add missing arrive instruction.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							97c550d5f6 
							
						 
					 
					
						
						
							
							Add missing arrive instruction to distance feature.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							acfd6ab141 
							
						 
					 
					
						
						
							
							Fix missing arrive instruction on bearing tests.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							7e790c1aa6 
							
						 
					 
					
						
						
							
							Add missing arrive instructions to time tests.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							d1e2aa57a8 
							
						 
					 
					
						
						
							
							start updating testbot fixtures (TODO: the rest)  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							2e6e3bf0b0 
							
						 
					 
					
						
						
							
							Update raster features to reflect not cutting off arrive instruction  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							e5025665fc 
							
						 
					 
					
						
						
							
							Update foot features to reflect not cutting off arrive instruction  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							1a8097f810 
							
						 
					 
					
						
						
							
							Update car features to reflect not cutting off arrival instruction  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							e4e85e6f7e 
							
						 
					 
					
						
						
							
							Fix some via tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							5beaf695ed 
							
						 
					 
					
						
						
							
							Fix bearing param tests.  Have not yet fixed the cause of the two failing cases.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							d09827b501 
							
						 
					 
					
						
						
							
							Update bicycle tests to reflect not cutting off arrive step  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							8111baa8f9 
							
						 
					 
					
						
						
							
							Remove unused detach parameter  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							d6e4dc0aa2 
							
						 
					 
					
						
						
							
							Add 'arrive' step to route descriptions.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							497da1d29b 
							
						 
					 
					
						
						
							
							Colorize test result diff output.  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							cbc8b64854 
							
						 
					 
					
						
						
							
							unbreak the zombiekilling  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							c06f2a50f1 
							
						 
					 
					
						
						
							
							Fix routability now that we don't chop off a step  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							825a422721 
							
						 
					 
					
						
						
							
							Remove arrive filter  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							6dda899a60 
							
						 
					 
					
						
						
							
							There is no timestamp service anymore  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							8725e2f40d 
							
						 
					 
					
						
						
							
							Remove one more compass column; update polyline encoding tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							35c501c203 
							
						 
					 
					
						
						
							
							.json hotfix  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							49e2cb6c36 
							
						 
					 
					
						
						
							
							Fix raster_source + tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							4b60fc4747 
							
						 
					 
					
						
						
							
							return geometry from new API  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							164fb09f2c 
							
						 
					 
					
						
						
							
							Fix route/bearing param  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							5647e6c199 
							
						 
					 
					
						
						
							
							Fix double shutdown  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							a4d6544764 
							
						 
					 
					
						
						
							
							Fix alternatives option test, chdirs on fail, spacing  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							e942f6e420 
							
						 
					 
					
						
						
							
							Update pushing test to reflect better guidance  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							e8035ced5a 
							
						 
					 
					
						
						
							
							Fix trips + matchLocation  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							70a086a9e1 
							
						 
					 
					
						
						
							
							make eslint happy  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							08cb6d1f63 
							
						 
					 
					
						
						
							
							Fix timestamp handling, restores testbot/matching test  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							c7f3645fe2 
							
						 
					 
					
						
						
							
							Status fixes  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							4b6a85aae0 
							
						 
					 
					
						
						
							
							Distance matrix fixes  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							c8a8859d2f 
							
						 
					 
					
						
						
							
							rm console.log my bad  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							8c0f47f06c 
							
						 
					 
					
						
						
							
							Fix guidance/roundabout spacing  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							926290dd9c 
							
						 
					 
					
						
						
							
							enter_roundabout -> roundabout-exit (these are still off by one @mokob ?)  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							6ae3315bb9 
							
						 
					 
					
						
						
							
							parse for the right nearest output coordinate  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							8621b1890e 
							
						 
					 
					
						
						
							
							Fix testbot turns  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							c726001a0e 
							
						 
					 
					
						
						
							
							console error which files are missing for osrm-routed  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							eba5f7d275 
							
						 
					 
					
						
						
							
							Matrix times are on seconds now. Removing POST matrix tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							2f793473cc 
							
						 
					 
					
						
						
							
							head/destination -> depart/arrive to reflect guidance API changes; minor fixes for roundabout tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							91567cad9e 
							
						 
					 
					
						
						
							
							update osrm-routed options menu  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							d48ee84ae7 
							
						 
					 
					
						
						
							
							Return first alternative in tests  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							fd000cad86 
							
						 
					 
					
						
						
							
							Remove compass direction test handling  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							6244063073 
							
						 
					 
					
						
						
							
							#2155  is fixed  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							f34de8422e 
							
						 
					 
					
						
						
							
							eslinting  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							a33edd15b4 
							
						 
					 
					
						
						
							
							Update alternatives flag  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							6a65261765 
							
						 
					 
					
						
						
							
							test query params are an object  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							07f3e2d457 
							
						 
					 
					
						
						
							
							Removing unneeded stopgap  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							958199ffef 
							
						 
					 
					
						
						
							
							Allow for different rounding in car-maxspeed fixture  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							e5ebf74d76 
							
						 
					 
					
						
						
							
							Add stopgap for  https://github.com/Project-OSRM/osrm-backend/pull/2159  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							126d2f85ac 
							
						 
					 
					
						
						
							
							Mode changes, guidance comments, fix turns  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							908e3a2af6 
							
						 
					 
					
						
						
							
							Fixes: double callbacks and untested headers  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jeff Miccolis 
							
						 
					 
					
						
						
						
						
							
						
						
							25e40d723a 
							
						 
					 
					
						
						
							
							Better handling of test response payloads  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							7a764ce78b 
							
						 
					 
					
						
						
							
							ensure all nodes are written as decimals  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							8947c789a9 
							
						 
					 
					
						
						
							
							WIP: race conditions and stalling server  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							8ac403abb9 
							
						 
					 
					
						
						
							
							start fixing URLs  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							9752cb8e4d 
							
						 
					 
					
						
						
							
							Add more files to be renamed; fix launch error  
						
						
						
					 
					
						2016-04-05 22:59:14 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							0cc23dec6f 
							
						 
					 
					
						
						
							
							restructured to only return valid turns to the outside + cleanup  
						
						
						
					 
					
						2016-04-05 22:58:32 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							71c0d5253d 
							
						 
					 
					
						
						
							
							less new names, forks consider road classes, api clean-up  
						
						
						
					 
					
						2016-04-05 22:58:32 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							0ca21dbc91 
							
						 
					 
					
						
						
							
							Add failing test for map matching of outlier  
						
						
						
					 
					
						2016-04-05 22:58:32 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							efe6faabfd 
							
						 
					 
					
						
						
							
							Adds tests for routing over delivery ways and nodes; see  #2150 .  
						
						
						
					 
					
						2016-04-04 14:00:54 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							c70d138eb9 
							
						 
					 
					
						
						
							
							Spelling: Hierachy vs Hierarchy  
						
						
						
					 
					
						2016-04-04 13:58:55 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							c8bb50497b 
							
						 
					 
					
						
						
							
							Rewrite cucumber test suite in JS  
						
						
						
					 
					
						2016-03-24 16:01:01 -07:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							e125f3a897 
							
						 
					 
					
						
						
							
							Add core factor tests  
						
						
						
					 
					
						2016-03-07 21:44:32 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							92a06c9a28 
							
						 
					 
					
						
						
							
							Renamed prepared -> contracted  
						
						
						
					 
					
						2016-03-04 16:12:10 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							017ff53702 
							
						 
					 
					
						
						
							
							Code review updates.  
						
						
						
					 
					
						2016-03-03 13:25:01 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							49441fe204 
							
						 
					 
					
						
						
							
							Make forward/reverse weight/offset calculated at query time,  
						
						... 
						
						
						
						rather than being cached in the StaticRTree.  This means we
can freely apply traffic data and not have stale values lying
around.  It reduces the size of the RTree on disk, at the expense
of some additional data in RAM. 
						
					 
					
						2016-03-03 10:49:12 -08:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							505833a534 
							
						 
					 
					
						
						
							
							Remove #line checks, it seems to be dependent on the boost version  
						
						
						
					 
					
						2016-03-01 19:19:31 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							b787b993b6 
							
						 
					 
					
						
						
							
							Adapt contract cucumber tests to new argparser output  
						
						
						
					 
					
						2016-03-01 16:43:34 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							085bab749f 
							
						 
					 
					
						
						
							
							osrm-prepare -> osrm-contract  
						
						
						
					 
					
						2016-03-01 16:43:34 +01:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							6ac3d902c9 
							
						 
					 
					
						
						
							
							update help output test  
						
						
						
					 
					
						2016-02-16 18:43:06 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							2679c1cf0a 
							
						 
					 
					
						
						
							
							correct handling of travel modes  
						
						
						
					 
					
						2016-02-16 01:35:04 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							f14352f494 
							
						 
					 
					
						
						
							
							modify turn angles and instructions  
						
						
						
					 
					
						2016-02-15 20:13:55 +01:00 
						 
				 
			
				
					
						
							
							
								Dane Springmeyer 
							
						 
					 
					
						
						
						
						
							
						
						
							6eebb1c089 
							
						 
					 
					
						
						
							
							Support passing OSRM_SHARED_LIBRARY_PATH env variable for cucumber tests  
						
						... 
						
						
						
						The need for this is that:
  - On OS X if libraries are stored in custom locations (not /usr/lib or /usr/local)
    and they do not embed an rpath (which is common to not have) then the developer
    needs to set DYLD_LIBRARY_PATH to ensure that osrm tools can find dependent libraries
    at runtime (this is normal and common).
  - But as of OS X > 10.11 DYLD_LIBRARY_PATH no longer is inherited. While it works in
    the main shell when running a command like `osrm-extract` you will find that when
    `osrm-extract` is run by cucumber (ruby child process) then DYLD_LIBRARY_PATH
    is blocked and the command cannot start.
  - So, this introduces the ability to pass in a variable that the cucumber tests will
    understand and can manually forward along to ensure that DYLD_LIBRARY_PATH is respected
    where it counts.
The intended usage of this is therefore:
    # set the environment variable
    export OSRM_SHARED_LIBRARY_PATH=${DYLD_LIBRARY_PATH}
    # then run cucumber tests
    cucumber -p verify 
						
					 
					
						2016-02-11 02:43:51 +01:00 
						 
				 
			
				
					
						
							
							
								Dane Springmeyer 
							
						 
					 
					
						
						
						
						
							
						
						
							2e762d05f9 
							
						 
					 
					
						
						
							
							Ensure key command line programs can be run before running cucumber tests  
						
						... 
						
						
						
						- Otherwise, currently, if osrm-extract crashes at startup then
    the tests continue on and will crash many many times.
  - This also tests that --help returns an exit code of zero and will
    catch if this behavior ever changes or is inconsistent between
    the command line programs 
						
					 
					
						2016-02-09 17:49:47 -08:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							603b83e1c3 
							
						 
					 
					
						
						
							
							Fixes Alternative Routing when including loops  
						
						
						
					 
					
						2016-01-28 16:33:07 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							bf455c8d20 
							
						 
					 
					
						
						
							
							Fix empty parameter list  
						
						
						
					 
					
						2016-01-26 22:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							c05d23a586 
							
						 
					 
					
						
						
							
							Fix POST request  
						
						
						
					 
					
						2016-01-26 22:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Freenerd 
							
						 
					 
					
						
						
						
						
							
						
						
							2a882aa58d 
							
						 
					 
					
						
						
							
							Tests: Preserve param order on POST  
						
						
						
					 
					
						2016-01-26 22:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							2211731c80 
							
						 
					 
					
						
						
							
							Alternative test depends on random order, make less random-ish  
						
						
						
					 
					
						2016-01-26 17:54:08 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							1c1bfd7541 
							
						 
					 
					
						
						
							
							Fix routing when start and target are on the same segment  
						
						... 
						
						
						
						Fixes issue #1864 . Given the simple set-up:
a --> b --> c
^-----------|
This would translate into an edge based graph (ab) -> (bc),
(bc) -> (ca), (ca) -> (ab).
Starting at the end of the one-way street (ab) and going to
the beginning, the query has to find a self-loop within the
graph (ab) -> (bc) -> (ca) -> (ab), as both nodes map to the
same segment (ab). 
						
					 
					
						2016-01-19 23:26:19 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							42942bb1e0 
							
						 
					 
					
						
						
							
							Add regression test  
						
						
						
					 
					
						2016-01-19 17:36:29 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							8a745ecdfd 
							
						 
					 
					
						
						
							
							fixed u-turn testcase to actually emit u-turn instruction  
						
						
						
					 
					
						2016-01-15 19:56:39 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							cc4713d878 
							
						 
					 
					
						
						
							
							Add regression test for uturn before barrier  
						
						
						
					 
					
						2016-01-15 00:56:31 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							490e838c60 
							
						 
					 
					
						
						
							
							Add regression test for Disney Land bug  
						
						
						
					 
					
						2016-01-15 00:39:49 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							1157cb9b95 
							
						 
					 
					
						
						
							
							Remove obsolete protobuf test  
						
						
						
					 
					
						2016-01-13 17:57:22 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							9959fd26bb 
							
						 
					 
					
						
						
							
							Do not convert osm xml files to pbf for the cucumber tests  
						
						
						
					 
					
						2016-01-13 17:57:22 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							95d1efb7f8 
							
						 
					 
					
						
						
							
							Disable via test that fails on OSX so that we can test everything else on Travis on OSX.  
						
						
						
					 
					
						2016-01-06 14:42:31 -08:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							57f257dce5 
							
						 
					 
					
						
						
							
							Fix status messages and don't include  
						
						
						
					 
					
						2015-12-18 18:18:48 +01:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							7eb2af6cd3 
							
						 
					 
					
						
						
							
							Add snapping regression test for viaroute  
						
						
						
					 
					
						2015-12-16 22:51:01 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							fc8768b79b 
							
						 
					 
					
						
						
							
							Add test for car mode snapping  
						
						
						
					 
					
						2015-12-16 22:03:46 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							f1091f97fc 
							
						 
					 
					
						
						
							
							Fix cucumber help text test  
						
						
						
					 
					
						2015-12-15 23:38:12 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							9bdc58069b 
							
						 
					 
					
						
						
							
							Adapt snapping test to viaroute behaviour  
						
						
						
					 
					
						2015-12-11 16:53:10 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							4ddbd2efb6 
							
						 
					 
					
						
						
							
							Expose component size variable as command-line option (this allows testing of big/small components in cucumber tests).  
						
						... 
						
						
						
						Add ability to pass extra parameters to  during tests.
Limit distance table search so that it doesn't return any big components if they're beyond max_distance. 
						
					 
					
						2015-12-11 16:53:10 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							cdb1918973 
							
						 
					 
					
						
						
							
							Refactor StaticRTree to remove application dependent code  
						
						... 
						
						
						
						StaticRTree now acts like a container, just returning the input data
(NodeBasedEdge) and not PhantomNodes. 
						
					 
					
						2015-12-09 23:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4ec3102df2 
							
						 
					 
					
						
						
							
							Refactor cucumber tests  
						
						
						
					 
					
						2015-12-09 21:17:18 +01:00 
						 
				 
			
				
					
						
							
							
								Fabien Girard 
							
						 
					 
					
						
						
						
						
							
						
						
							f2ee0aad20 
							
						 
					 
					
						
						
							
							Use now 3 parameters for matrix: loc/dst/src  
						
						
						
					 
					
						2015-12-09 21:17:18 +01:00 
						 
				 
			
				
					
						
							
							
								Fabien Girard 
							
						 
					 
					
						
						
						
						
							
						
						
							478d4a571a 
							
						 
					 
					
						
						
							
							Support rectangular matrix with less sources than targets  
						
						
						
					 
					
						2015-12-09 21:17:18 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							6d2a65b4ea 
							
						 
					 
					
						
						
							
							Add additional uturn test  
						
						
						
					 
					
						2015-12-04 20:52:21 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							f87f18a291 
							
						 
					 
					
						
						
							
							Add support for 64bit OSM node id values.  
						
						
						
					 
					
						2015-11-30 12:37:58 -08:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							6dada4e347 
							
						 
					 
					
						
						
							
							Fix impossible route status message  
						
						
						
					 
					
						2015-11-25 00:27:20 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							783d455bd7 
							
						 
					 
					
						
						
							
							Add support for advisory speed limits  
						
						... 
						
						
						
						This adds support for the maxspeed:advisory class of speed tags. 
						
					 
					
						2015-11-19 21:25:12 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							b9a4c322a7 
							
						 
					 
					
						
						
							
							Add ability to debug routing graph visually by dumping  
						
						... 
						
						
						
						annotated GeoJSON during processing. 
						
					 
					
						2015-11-19 10:41:44 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							6228412e61 
							
						 
					 
					
						
						
							
							Enable just-before-contraction updates to edge weights.  For small  
						
						... 
						
						
						
						datasets, this enables things like traffic-based updates in the
shortest possible processing turnaround time. 
						
					 
					
						2015-11-18 16:14:08 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							578d947e2d 
							
						 
					 
					
						
						
							
							Comment out failing bearing test - wontfix this problem for now  
						
						
						
					 
					
						2015-11-18 14:08:12 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							72629d0081 
							
						 
					 
					
						
						
							
							Fix test cases for level cache command-line option.  
						
						
						
					 
					
						2015-11-18 11:48:28 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							d7989f19cf 
							
						 
					 
					
						
						
							
							Fix bug in bearing filter related to reverse edges.  Fix tests to catch it.  Still one outstanding test failure that looks like a problem in the viaroute results.  
						
						
						
					 
					
						2015-11-18 10:57:20 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							1536d1c044 
							
						 
					 
					
						
						
							
							Add bearing filter support to viaroute, trip, nearest, and distance  
						
						... 
						
						
						
						table plugins.
Make bearing range configurable by adding a comma-separated second part
to the bearing paramenter, like so:
    b=<bearing:0-359>(,<range:0-180>)
If no range is supplied, it defaults to +/- 10 degrees. 
						
					 
					
						2015-11-17 16:35:20 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							c7e30e2266 
							
						 
					 
					
						
						
							
							Add a summary to each match result showing distance and duration.  
						
						... 
						
						
						
						Helpful for comparing how long the routing engine thinks the matched
trace should take to travel. 
						
					 
					
						2015-11-17 15:28:21 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							e45656e5bf 
							
						 
					 
					
						
						
							
							Refactor edge expansion into extract phase.  New temporary file is generated - '.osrm.ebg' which is used by  
						
						
						
					 
					
						2015-10-06 09:23:17 -07:00 
						 
				 
			
				
					
						
							
							
								Freenerd 
							
						 
					 
					
						
						
						
						
							
						
						
							55cad1b3ac 
							
						 
					 
					
						
						
							
							Refactor alternative route test  
						
						
						
					 
					
						2015-09-23 15:54:23 +02:00 
						 
				 
			
				
					
						
							
							
								Freenerd 
							
						 
					 
					
						
						
						
						
							
						
						
							e1ac1c4fdc 
							
						 
					 
					
						
						
							
							Test that alternative route exists  
						
						... 
						
						
						
						Complement to a6b44a1470 
						
					 
					
						2015-09-18 17:30:53 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							de29574314 
							
						 
					 
					
						
						
							
							tests + instructions for map matching  
						
						
						
					 
					
						2015-09-11 01:34:10 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							5ac024788e 
							
						 
					 
					
						
						
							
							Parse specific restriction:* tags based on profile exceptions  
						
						
						
					 
					
						2015-09-10 15:52:26 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							345d5e8d9e 
							
						 
					 
					
						
						
							
							Make an exception for block barriers in bicycle and foot profile.  
						
						... 
						
						
						
						This adds `barrier=block` exceptions to the respective white lists.
In addition this adds tests to check for the exception in bicycle and
foot profiles and makes sure cars are still not able to cross them.
Checked with:
    cucumber --tags @barrier -p verify
References:
- https://github.com/Project-OSRM/osrm-backend/issues/1643 
- http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock  
						
					 
					
						2015-09-07 12:23:21 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							bac6703f8e 
							
						 
					 
					
						
						
							
							Implement raster source feature to read data from third-party sources, to be used in lua profiles.  
						
						... 
						
						
						
						* Adds a data structure, RasterSource, to store parsed + queryable data
* Adds bindings for that and relevant data structures as well as source_function and segment_function
* Adds relevant unit tests and cucumber tests
* Bring-your-own-data feature 
						
					 
					
						2015-09-03 22:28:18 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ef558c86 
							
						 
					 
					
						
						
							
							Make pedestrian roads marked as destination routable with car profile.  
						
						... 
						
						
						
						Check provided tests with:
    cucumber --tags @access -p verify
References:
- https://github.com/Project-OSRM/osrm-backend/issues/1617 
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian 
- http://wiki.openstreetmap.org/wiki/Key:motorcar 
- http://wiki.openstreetmap.org/wiki/Key:access  
						
					 
					
						2015-09-03 17:46:20 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							8b8a19c75d 
							
						 
					 
					
						
						
							
							Fix failing matching tests due to gps precision  
						
						
						
					 
					
						2015-09-03 17:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							120303e6e3 
							
						 
					 
					
						
						
							
							Fixed test case that uses the car profile.  
						
						
						
					 
					
						2015-09-03 17:01:11 +02:00 
						 
				 
			
				
					
						
							
							
								Huyen Chau Nguyen 
							
						 
					 
					
						
						
						
						
							
						
						
							a71159667d 
							
						 
					 
					
						
						
							
							add cucumber test for the trip plugin  
						
						
						
					 
					
						2015-09-01 15:20:35 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							db30836b53 
							
						 
					 
					
						
						
							
							Add rising bollard exception to barriers for car profile.  
						
						... 
						
						
						
						This handles `barrier=bollard` with `bollard=rising`, by making an
exception to the barrier whitelist. Barriers tagged as such do no longer
require an explicit access tag.
This also adds corresponding tests, check this out:
    cucumber --tags @barrier
References:
- http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard 
- http://wiki.openstreetmap.org/wiki/Key:bollard 
- https://github.com/Project-OSRM/osrm-backend/issues/1616  
						
					 
					
						2015-08-25 14:52:45 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							0a53dccd4c 
							
						 
					 
					
						
						
							
							Use .round instead of .to_i for cucumber speeds  
						
						
						
					 
					
						2015-08-25 00:06:57 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							2ff2ce460c 
							
						 
					 
					
						
						
							
							Add .core to cucumber renaming  
						
						
						
					 
					
						2015-08-19 12:27:44 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							bd37c48596 
							
						 
					 
					
						
						
							
							Add test for mode change  
						
						
						
					 
					
						2015-08-12 13:02:18 +02:00 
						 
				 
			
				
					
						
							
							
								MoKob 
							
						 
					 
					
						
						
						
						
							
						
						
							b526cadebd 
							
						 
					 
					
						
						
							
							Initial version of core ch  
						
						... 
						
						
						
						This improves preprocessing times in favour of worse query performance.
Core size can be set over the --core parameater, default is the old
behaviour to fully contract the graph. 
						
					 
					
						2015-08-01 18:00:48 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							8a2652f53d 
							
						 
					 
					
						
						
							
							Only penaltize bidirectional ways if they have 1 lane  
						
						
						
					 
					
						2015-06-27 16:26:18 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							1445f11c19 
							
						 
					 
					
						
						
							
							Add test for lane penalty  
						
						
						
					 
					
						2015-06-18 17:35:39 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							ebff45f803 
							
						 
					 
					
						
						
							
							Add new regression test for looping bugs  
						
						
						
					 
					
						2015-06-18 00:18:54 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							373fa7a7d9 
							
						 
					 
					
						
						
							
							Merge pull request  #1502  from agruss/develop  
						
						... 
						
						
						
						Accepting HTTP Post Request 
						
					 
					
						2015-06-17 23:24:41 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							eec4f173a7 
							
						 
					 
					
						
						
							
							Fix tag misspellings in profiles + tests: forestry, pebblestone  
						
						
						
					 
					
						2015-06-09 20:16:58 -07:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							d726ce6340 
							
						 
					 
					
						
						
							
							removed send_simple_request  
						
						
						
					 
					
						2015-06-07 12:20:03 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							b406844c96 
							
						 
					 
					
						
						
							
							rearranged send_request parameters  
						
						
						
					 
					
						2015-06-07 11:06:37 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							153d38f10c 
							
						 
					 
					
						
						
							
							post/get handler added, background section for HTTP request  
						
						
						
					 
					
						2015-06-05 13:26:27 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							dce917eb74 
							
						 
					 
					
						
						
							
							post tests via query options available  
						
						
						
					 
					
						2015-06-04 17:39:54 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Gruß 
							
						 
					 
					
						
						
						
						
							
						
						
							eb711787ae 
							
						 
					 
					
						
						
							
							tests added  
						
						
						
					 
					
						2015-06-03 15:31:20 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							71dc10ebea 
							
						 
					 
					
						
						
							
							Add failing test case  
						
						
						
					 
					
						2015-06-02 16:59:30 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							c493a22765 
							
						 
					 
					
						
						
							
							Add test case for leisure=track  
						
						
						
					 
					
						2015-06-01 11:20:17 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4146695f34 
							
						 
					 
					
						
						
							
							Add test to check new way naming convention  
						
						
						
					 
					
						2015-06-01 11:19:27 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							2a9b1311d3 
							
						 
					 
					
						
						
							
							Add test for ignoring crossing nodes  
						
						
						
					 
					
						2015-05-30 19:30:33 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							039d6acd3e 
							
						 
					 
					
						
						
							
							Fix test case, it was missing 'via' instructions  
						
						
						
					 
					
						2015-05-29 16:52:08 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							405fcdc483 
							
						 
					 
					
						
						
							
							We really need to run these tests.  
						
						
						
					 
					
						2015-05-29 16:52:08 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							e763953562 
							
						 
					 
					
						
						
							
							Address  #1424  by using the original fix  
						
						
						
					 
					
						2015-05-29 16:52:08 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							6ce2726a87 
							
						 
					 
					
						
						
							
							Fix return codes for osrm-prepare  
						
						
						
					 
					
						2015-05-28 15:18:48 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							407036e215 
							
						 
					 
					
						
						
							
							Merge pull request  #1476  from Project-OSRM/fix/distance-based-radius  
						
						... 
						
						
						
						Use distance based search radius 
						
					 
					
						2015-05-15 10:49:19 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							7b1a5566fb 
							
						 
					 
					
						
						
							
							Move nodes inside the search radius  
						
						
						
					 
					
						2015-05-15 00:34:53 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							266feea397 
							
						 
					 
					
						
						
							
							Merge pull request  #1465  from alex85k/develop  
						
						... 
						
						
						
						fix cucumber tests running on Windows 
						
					 
					
						2015-05-14 22:25:52 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							079eea3f2b 
							
						 
					 
					
						
						
							
							add test for route duration formats  
						
						
						
					 
					
						2015-05-10 20:09:09 +02:00 
						 
				 
			
				
					
						
							
							
								alex85k 
							
						 
					 
					
						
						
						
						
							
						
						
							a457d69034 
							
						 
					 
					
						
						
							
							fix cucumber tests running on Windows  
						
						
						
					 
					
						2015-05-09 19:22:16 +05:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							71197e1c89 
							
						 
					 
					
						
						
							
							remove last use of routing_diff  
						
						
						
					 
					
						2015-04-30 18:29:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							e1a13f5ce8 
							
						 
					 
					
						
						
							
							remove obsolete cucumber patch  
						
						
						
					 
					
						2015-04-30 18:15:46 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							1ed2c16a51 
							
						 
					 
					
						
						
							
							upgrade to cucumber 2.0  
						
						
						
					 
					
						2015-04-30 18:15:46 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4b957abc0c 
							
						 
					 
					
						
						
							
							fix rounding error/uncertainty on some systems  
						
						
						
					 
					
						2015-03-27 12:27:15 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							78735fae6b 
							
						 
					 
					
						
						
							
							Fix match test by using the new threshold  
						
						
						
					 
					
						2015-03-18 00:21:04 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							bc8666df83 
							
						 
					 
					
						
						
							
							Add tests for matching  
						
						
						
					 
					
						2015-03-08 01:32:13 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							7829e3c132 
							
						 
					 
					
						
						
							
							Add step definition and support code for matching  
						
						
						
					 
					
						2015-03-05 00:12:26 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							402ca780bf 
							
						 
					 
					
						
						
							
							fix test expectation osrm-routed help output  
						
						
						
					 
					
						2015-03-03 12:56:37 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							7e00a86bb4 
							
						 
					 
					
						
						
							
							implement ISO 8601 durations parsing, cf.  #1399  
						
						
						
					 
					
						2015-03-02 17:18:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							878c49e4e1 
							
						 
					 
					
						
						
							
							fix incomplete implementation of movable bridges in bike profiles, plenty of regressions  
						
						
						
					 
					
						2015-02-26 17:17:43 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							6b88856c16 
							
						 
					 
					
						
						
							
							add support for movable bridges in the biking profile, cf  #1399  
						
						
						
					 
					
						2015-02-26 16:28:04 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							645e3ccbb3 
							
						 
					 
					
						
						
							
							add movable bridge support to the car profile. Implements  #1399  
						
						
						
					 
					
						2015-02-26 14:56:01 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							b89c7580e6 
							
						 
					 
					
						
						
							
							implement scaling for narrow roads as an alternative expected speed and take the minimum. Follows @emiltin's idea.  
						
						
						
					 
					
						2015-02-20 10:33:14 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4c4c126361 
							
						 
					 
					
						
						
							
							implements a penalty for very narrow road:  
						
						... 
						
						
						
						- implements discussion of #1388 
- implements basic test cases 
						
					 
					
						2015-02-20 10:33:14 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							eebf3a54e2 
							
						 
					 
					
						
						
							
							cuke: abort if bins are missing,  closes   #1341  
						
						
						
					 
					
						2015-01-12 13:56:43 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							7e70fa63d7 
							
						 
					 
					
						
						
							
							Merge pull request  #1338  from frodrigo/develop  
						
						... 
						
						
						
						Black list access=psv for car profile 
						
					 
					
						2015-01-09 23:39:49 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							bea4b520c0 
							
						 
					 
					
						
						
							
							Revert "Revert "fix  #1255  assume lift gates are passable""  
						
						... 
						
						
						
						This reverts commit cec3d1488a 
						
					 
					
						2015-01-09 19:15:00 +01:00 
						 
				 
			
				
					
						
							
							
								Frederic Rodrigo 
							
						 
					 
					
						
						
						
						
							
						
						
							26f7ac9ca1 
							
						 
					 
					
						
						
							
							Black list access=psv for car profile  
						
						
						
					 
					
						2015-01-09 17:14:16 +00:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							b1a12768e1 
							
						 
					 
					
						
						
							
							fix parameter name for maximum number of location in distance table plugin  
						
						
						
					 
					
						2015-01-08 17:41:19 +01:00 
						 
				 
			
				
					
						
							
							
								Frédéric Rodrigo 
							
						 
					 
					
						
						
						
						
							
						
						
							7075a8a8ef 
							
						 
					 
					
						
						
							
							Fix tests for new option --max_locations_distance_table  
						
						
						
					 
					
						2015-01-06 14:11:09 +00:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							725b93a961 
							
						 
					 
					
						
						
							
							Merge branch 'develop'  
						
						
						
					 
					
						2015-01-06 11:03:29 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							0ca586e1c8 
							
						 
					 
					
						
						
							
							cuke: remove unneeded @x tag  
						
						
						
					 
					
						2015-01-03 16:53:01 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a0b55f9df3 
							
						 
					 
					
						
						
							
							table tests: use empty string to mean no route  
						
						
						
					 
					
						2015-01-03 11:12:47 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							67f68b47db 
							
						 
					 
					
						
						
							
							add fuzzy match to table tests, add more tests  
						
						
						
					 
					
						2015-01-01 20:19:41 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							593808f24d 
							
						 
					 
					
						
						
							
							initial support for testing distance matrices  
						
						
						
					 
					
						2015-01-01 15:12:45 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							47a2271e27 
							
						 
					 
					
						
						
							
							copy edits:  
						
						
						
					 
					
						2014-12-23 11:30:45 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							40ff7ad999 
							
						 
					 
					
						
						
							
							update speed profile from external calibration data  
						
						
						
					 
					
						2014-12-17 11:02:04 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							fc1db35f27 
							
						 
					 
					
						
						
							
							Add missing json dependency to cucumber  
						
						
						
					 
					
						2014-11-23 13:29:22 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							9d14f81b79 
							
						 
					 
					
						
						
							
							set default timestamp for tests  
						
						
						
					 
					
						2014-11-17 14:58:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							bdc611b23a 
							
						 
					 
					
						
						
							
							port timestamp test to libosmium  
						
						
						
					 
					
						2014-11-17 14:58:34 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							462d4c99cc 
							
						 
					 
					
						
						
							
							port testbot profile  
						
						
						
					 
					
						2014-11-17 14:58:34 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							cec3d1488a 
							
						 
					 
					
						
						
							
							Revert "fix  #1255  assume lift gates are passable"  
						
						
						
					 
					
						2014-11-13 14:23:54 +01:00 
						 
				 
			
				
					
						
							
							
								AlanBell 
							
						 
					 
					
						
						
						
						
							
						
						
							9a8f9cae6d 
							
						 
					 
					
						
						
							
							test case for lift gate access  
						
						
						
					 
					
						2014-11-11 09:16:57 +00:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							93767d68f8 
							
						 
					 
					
						
						
							
							remove debug output  
						
						
						
					 
					
						2014-10-17 15:07:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							cc3646ca16 
							
						 
					 
					
						
						
							
							fix tests that use {base} expansion  
						
						
						
					 
					
						2014-10-17 15:07:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							48333f73d5 
							
						 
					 
					
						
						
							
							rename rather than copy then when possible  
						
						
						
					 
					
						2014-10-17 15:07:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							1f4241a63d 
							
						 
					 
					
						
						
							
							smarter caching of test files  
						
						
						
					 
					
						2014-10-17 15:07:56 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							f2ceeb35da 
							
						 
					 
					
						
						
							
							fixes issue  #1167 , odd routing instructions  
						
						... 
						
						
						
						- the turn angle for compressed edges was not computed from the uncompressed geometry
- for a given turn (a,b,c) the last compressed node for edge (a,b) and the first packed node for (b,c) is returned
- adds a cucumber test to guard against regression 
						
					 
					
						2014-10-16 15:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							dfc81f65ee 
							
						 
					 
					
						
						
							
							Merge pull request  #889  from Project-OSRM/experimental/cuke_datastore  
						
						... 
						
						
						
						use osrm-datastore for testing, keep osrm-routed runnning 
						
					 
					
						2014-10-15 15:41:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							f7469f298d 
							
						 
					 
					
						
						
							
							add a tail to the oneway circle to avoid edge cases  
						
						
						
					 
					
						2014-10-15 11:33:43 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							8438024370 
							
						 
					 
					
						
						
							
							avoid unnessecary process check  
						
						
						
					 
					
						2014-10-14 16:05:06 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							71b967d243 
							
						 
					 
					
						
						
							
							test both datastore and direct data load  
						
						
						
					 
					
						2014-10-14 15:35:14 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							c7ee402b0e 
							
						 
					 
					
						
						
							
							make link tests less brittle, no overlapping paths  
						
						
						
					 
					
						2014-10-13 14:56:17 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							76fb0cb965 
							
						 
					 
					
						
						
							
							get process handling up to date  
						
						
						
					 
					
						2014-10-13 11:19:49 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							14eac50261 
							
						 
					 
					
						
						
							
							remove datastore test  
						
						
						
					 
					
						2014-10-13 11:10:40 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							cf3eae1c91 
							
						 
					 
					
						
						
							
							disable failing test  
						
						
						
					 
					
						2014-10-13 10:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							db06cdb4ce 
							
						 
					 
					
						
						
							
							adjust datastore testing  
						
						
						
					 
					
						2014-10-13 10:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							7ba8e51fa9 
							
						 
					 
					
						
						
							
							use osrm-database during testing  
						
						
						
					 
					
						2014-10-13 10:58:03 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							5bb7e62a7c 
							
						 
					 
					
						
						
							
							fix test on 'some' Intel FPU  
						
						
						
					 
					
						2014-10-10 10:36:24 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4e00ebcd74 
							
						 
					 
					
						
						
							
							Merge pull request  #1211  from Project-OSRM/fix_1173  
						
						... 
						
						
						
						Fix and close  #1173  
						
					 
					
						2014-10-08 11:44:48 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							415f8ef2d8 
							
						 
					 
					
						
						
							
							add test-case for bug  
						
						
						
					 
					
						2014-10-08 11:01:33 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							5072252c72 
							
						 
					 
					
						
						
							
							test link speeds  
						
						
						
					 
					
						2014-10-07 17:05:39 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							0df81c49d5 
							
						 
					 
					
						
						
							
							surface, tracktype, smoothness tags in car profile  
						
						
						
					 
					
						2014-10-07 10:43:47 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							5653516b32 
							
						 
					 
					
						
						
							
							traverse *_link roads at a significantly lower speed than the main link,  fixes   #1174  
						
						
						
					 
					
						2014-10-06 13:42:30 +02:00 
						 
				 
			
				
					
						
							
							
								Frédéric Rodrigo 
							
						 
					 
					
						
						
						
						
							
						
						
							ec119a6d52 
							
						 
					 
					
						
						
							
							Add test for maxspeed like 'countrycode:zone type' for car profile  
						
						
						
					 
					
						2014-10-04 21:17:18 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							af02fc6bbe 
							
						 
					 
					
						
						
							
							add tests for ferry durations  
						
						
						
					 
					
						2014-09-29 11:44:51 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							cc0bbc42a2 
							
						 
					 
					
						
						
							
							add duration to backward speed,  fixes   #1192  
						
						
						
					 
					
						2014-09-29 11:37:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							d7fbd416ba 
							
						 
					 
					
						
						
							
							fix expected values of backward speed in test  
						
						
						
					 
					
						2014-08-21 12:18:19 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6e2608b2f2 
							
						 
					 
					
						
						
							
							fix cuke support file  
						
						
						
					 
					
						2014-08-20 11:08:59 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c37c8dc21d 
							
						 
					 
					
						
						
							
							add mode test  
						
						
						
					 
					
						2014-08-20 11:08:59 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6ee7a81f10 
							
						 
					 
					
						
						
							
							update foot profile, add ferry mode  
						
						
						
					 
					
						2014-08-20 11:08:58 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							3d94638d86 
							
						 
					 
					
						
						
							
							update car profile, add ferry mode  
						
						
						
					 
					
						2014-08-20 11:08:58 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							eb122a2b8c 
							
						 
					 
					
						
						
							
							tidy feature file  
						
						
						
					 
					
						2014-08-20 11:08:58 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							feaf8711d3 
							
						 
					 
					
						
						
							
							announce mode changes  
						
						
						
					 
					
						2014-08-20 11:08:58 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							0244060806 
							
						 
					 
					
						
						
							
							add a few tests  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							bfdc296f43 
							
						 
					 
					
						
						
							
							reduce failing test  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							8e625a5d07 
							
						 
					 
					
						
						
							
							rename test  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							3460bd0ba9 
							
						 
					 
					
						
						
							
							fix problems with mode, 1 failing test left  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6e1ab9fe3a 
							
						 
					 
					
						
						
							
							profile fixes  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							235a52032a 
							
						 
					 
					
						
						
							
							more tests passing  
						
						
						
					 
					
						2014-08-20 11:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a5ee7e78f6 
							
						 
					 
					
						
						
							
							fixes  
						
						
						
					 
					
						2014-08-20 11:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							181dbe8493 
							
						 
					 
					
						
						
							
							improve tests for travel mode  
						
						
						
					 
					
						2014-08-20 11:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6d6d299ea4 
							
						 
					 
					
						
						
							
							most tests passing  
						
						
						
					 
					
						2014-08-20 11:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6fd615b9cd 
							
						 
					 
					
						
						
							
							first cut at porting travel mode, some tests fail  
						
						
						
					 
					
						2014-08-20 11:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							d09394ed52 
							
						 
					 
					
						
						
							
							add failing tests for travel mode  
						
						
						
					 
					
						2014-08-20 11:08:41 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							5add28410f 
							
						 
					 
					
						
						
							
							Adapt test cases to output of way points  
						
						... 
						
						
						
						- waypoints are now announced in the route guidance
- implements #584  
						
					 
					
						2014-08-12 09:27:17 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							c9afd9a281 
							
						 
					 
					
						
						
							
							make dummy date in generated test files valid  
						
						
						
					 
					
						2014-07-31 16:41:38 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							2b041e09ac 
							
						 
					 
					
						
						
							
							tests uturn query param  
						
						
						
					 
					
						2014-07-22 13:24:26 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							73b32bb45e 
							
						 
					 
					
						
						
							
							enable setting query params in cuke tests  
						
						
						
					 
					
						2014-07-22 13:24:26 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							c8b4ef3eed 
							
						 
					 
					
						
						
							
							add two tests for turn restrictions starting/ending on the same segment  
						
						
						
					 
					
						2014-07-15 15:10:13 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							dba9998118 
							
						 
					 
					
						
						
							
							update rspec matchers to use expect()  
						
						
						
					 
					
						2014-06-30 20:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								Guillaume Beraudo 
							
						 
					 
					
						
						
						
						
							
						
						
							6ee2d1103e 
							
						 
					 
					
						
						
							
							Remove duplicated point in polyline encoded data  
						
						... 
						
						
						
						First point was outputted twice.
Add test case. 
						
					 
					
						2014-06-24 17:25:36 +02:00 
						 
				 
			
				
					
						
							
							
								Guillaume Beraudo 
							
						 
					 
					
						
						
						
						
							
						
						
							d6bc3c5175 
							
						 
					 
					
						
						
							
							Remove unused test method  
						
						
						
					 
					
						2014-06-24 17:18:52 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							c12fae47e7 
							
						 
					 
					
						
						
							
							allow results at high latitudes to be a bit more imprecise  
						
						
						
					 
					
						2014-06-17 13:00:13 +02:00 
						 
				 
			
				
					
						
							
							
								alex85k 
							
						 
					 
					
						
						
						
						
							
						
						
							d0284991ed 
							
						 
					 
					
						
						
							
							patch Ruby files for successful testing on Windows  
						
						
						
					 
					
						2014-06-11 18:38:01 +06:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							d80c8cbd2f 
							
						 
					 
					
						
						
							
							add another turn restriction test  
						
						
						
					 
					
						2014-06-10 17:23:24 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							4b81331d53 
							
						 
					 
					
						
						
							
							Don't reset response, so log_fail won't crash cucumber  
						
						
						
					 
					
						2014-06-09 14:33:30 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							21c4691d40 
							
						 
					 
					
						
						
							
							cuke: make File.tail utility more robust  
						
						
						
					 
					
						2014-06-08 12:06:34 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							38ebdbb563 
							
						 
					 
					
						
						
							
							implements  #949 , wrong duration on first segment  
						
						
						
					 
					
						2014-05-27 16:54:10 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							15ce232f61 
							
						 
					 
					
						
						
							
							partially  fixes   #1034  
						
						
						
					 
					
						2014-05-26 11:59:13 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							644286111f 
							
						 
					 
					
						
						
							
							add test for  #1034  
						
						
						
					 
					
						2014-05-26 11:46:01 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							b875765c52 
							
						 
					 
					
						
						
							
							update test to avoid single ring  
						
						
						
					 
					
						2014-05-23 12:52:32 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a9eebdb1fa 
							
						 
					 
					
						
						
							
							fix test related to via points and  #1034  
						
						
						
					 
					
						2014-05-23 11:45:18 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							b25f3a9e91 
							
						 
					 
					
						
						
							
							update test related to via points and  #1034  
						
						
						
					 
					
						2014-05-23 11:42:44 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							06f3375a97 
							
						 
					 
					
						
						
							
							test showing bug related to via points. see  #1034  
						
						
						
					 
					
						2014-05-23 11:23:11 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							493b13364f 
							
						 
					 
					
						
						
							
							move geographical distance computation to floats  
						
						
						
					 
					
						2014-05-21 12:33:54 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							6a9541833a 
							
						 
					 
					
						
						
							
							add a leg to roundabout to remove edge case  
						
						
						
					 
					
						2014-05-21 10:47:34 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							9a2d701e2e 
							
						 
					 
					
						
						
							
							fix issue  #1025 :  
						
						... 
						
						
						
						- add function to count directed outgoing edges
- generate correct instruction for staying on a roundabout
- move test from @bug namespace to the general one 
						
					 
					
						2014-05-20 15:40:14 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							bf6ca22b00 
							
						 
					 
					
						
						
							
							fix   #1021 , always check if files exist  
						
						
						
					 
					
						2014-05-20 14:33:03 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4fc329a1eb 
							
						 
					 
					
						
						
							
							remove superflous way in test setup  
						
						
						
					 
					
						2014-05-20 14:33:02 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							d028a30f87 
							
						 
					 
					
						
						
							
							fixes issue  #1019 :  
						
						... 
						
						
						
						- fix ignored turn restriction on chains of degree-2 nodes
- add a cucumber test to test for potential regressions 
						
					 
					
						2014-05-20 14:33:02 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							2d498cb88b 
							
						 
					 
					
						
						
							
							adapt JSON parsing in tests to allow for omitted fields  
						
						
						
					 
					
						2014-05-20 14:33:00 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							bddad0c57c 
							
						 
					 
					
						
						
							
							add test for roundabout with oneone links  
						
						
						
					 
					
						2014-05-20 13:27:32 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							3c5b2286a3 
							
						 
					 
					
						
						
							
							adjust speeds to universally use 4/5th of the free-flow speed as expected avg speed  
						
						... 
						
						
						
						- this is a workaround until we get more thourough work done on the cost model
- this is related to #955  and #989  
						
					 
					
						2014-05-09 11:11:14 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							b1388b6f30 
							
						 
					 
					
						
						
							
							remove spurious test file  
						
						
						
					 
					
						2014-05-07 10:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							2cddf90e49 
							
						 
					 
					
						
						
							
							test different status message and query parsing  
						
						
						
					 
					
						2014-05-07 10:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							85148d1283 
							
						 
					 
					
						
						
							
							tests covering no route found  
						
						
						
					 
					
						2014-05-07 10:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							51e8113a69 
							
						 
					 
					
						
						
							
							make tests use fuzzy matching instead of tweaked expectations  
						
						
						
					 
					
						2014-04-25 15:24:18 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							ca6515c58a 
							
						 
					 
					
						
						
							
							fix tests to reflect proper rounding of travel times  
						
						
						
					 
					
						2014-04-25 13:23:27 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							0eed39cdf1 
							
						 
					 
					
						
						
							
							rebase branch onto develop  
						
						
						
					 
					
						2014-04-24 18:13:50 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							cc915dbef2 
							
						 
					 
					
						
						
							
							take 2: workaround platform dependend outputs, discussed in  #986  
						
						
						
					 
					
						2014-04-21 19:25:24 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							9a5bf1ee95 
							
						 
					 
					
						
						
							
							workaround platform dependend outputs, discussed in  #986  
						
						
						
					 
					
						2014-04-21 18:31:45 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							ec372ad01d 
							
						 
					 
					
						
						
							
							implement tests marked todo, implements  #986  
						
						
						
					 
					
						2014-04-21 17:40:08 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							8a412ef69e 
							
						 
					 
					
						
						
							
							implementing option tests marked @todo  
						
						
						
					 
					
						2014-04-21 17:40:08 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							c978364f49 
							
						 
					 
					
						
						
							
							implementing option tests marked @todo  
						
						
						
					 
					
						2014-04-21 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							61d2a99dd4 
							
						 
					 
					
						
						
							
							remove left-over feature file  
						
						
						
					 
					
						2014-04-21 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							fdba916d83 
							
						 
					 
					
						
						
							
							cuke: fix options test, should use osrm file, not osm  
						
						
						
					 
					
						2014-04-21 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a12209e61d 
							
						 
					 
					
						
						
							
							cuke: test options for osrm-extract and osrm-prepare  
						
						
						
					 
					
						2014-04-21 17:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							df83dfdfe8 
							
						 
					 
					
						
						
							
							cuke: test travel time of individual instructions  
						
						
						
					 
					
						2014-04-02 16:05:09 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							5f7065848e 
							
						 
					 
					
						
						
							
							clean cucumber comments, fixes 'file to long' problem with latest version of cucumber  
						
						
						
					 
					
						2014-04-01 15:30:55 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							65e020a627 
							
						 
					 
					
						
						
							
							cuke: use new speed tests where relevant  
						
						
						
					 
					
						2014-04-01 14:56:25 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							793e477898 
							
						 
					 
					
						
						
							
							active tests for fixed bugs  
						
						
						
					 
					
						2014-04-01 14:56:25 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							220e7748a9 
							
						 
					 
					
						
						
							
							cuke: use .osm by default, add tests for .pbf  
						
						
						
					 
					
						2014-03-31 16:55:39 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							ba2356d2ba 
							
						 
					 
					
						
						
							
							cuke: optional timeout  
						
						
						
					 
					
						2014-03-31 16:55:01 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							179f53b21b 
							
						 
					 
					
						
						
							
							cuke: fix test for -v on travis  
						
						
						
					 
					
						2014-03-31 15:29:00 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							3ccd3b5650 
							
						 
					 
					
						
						
							
							cuke: increase osrm launch/shutdown timeout  
						
						
						
					 
					
						2014-03-31 13:55:29 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							fd96c7c488 
							
						 
					 
					
						
						
							
							fix travel speeds for cars  
						
						
						
					 
					
						2014-03-27 18:22:04 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							45c96f73c2 
							
						 
					 
					
						
						
							
							cuke test showing odd car speeds  
						
						
						
					 
					
						2014-03-27 18:02:42 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c5893ef6e8 
							
						 
					 
					
						
						
							
							cuke: check for invalid expectation formats  
						
						
						
					 
					
						2014-03-27 17:32:37 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							8b1f09d302 
							
						 
					 
					
						
						
							
							cuke: test speed, fix logging, clear log files on each run  
						
						
						
					 
					
						2014-03-27 10:38:03 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							cb1b824a75 
							
						 
					 
					
						
						
							
							cuke: improve routability tables, test for speed  
						
						
						
					 
					
						2014-03-27 10:38:02 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							b0ce9e4af7 
							
						 
					 
					
						
						
							
							cuke: don't use scenario outlines, to fix problem with jenkins  
						
						
						
					 
					
						2014-03-27 10:38:02 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							aae3637e0c 
							
						 
					 
					
						
						
							
							implements  #958  
						
						
						
					 
					
						2014-03-25 14:54:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							a4306cddef 
							
						 
					 
					
						
						
							
							remove NO-BREAK SPACE (U+00A0) that broke testing  
						
						
						
					 
					
						2014-03-24 10:16:32 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							9e10b94339 
							
						 
					 
					
						
						
							
							cuke: test file options  
						
						
						
					 
					
						2014-03-22 12:01:07 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							7048dd754d 
							
						 
					 
					
						
						
							
							cuke: check exit code as last step, add step to non-existing file  
						
						
						
					 
					
						2014-03-22 00:47:20 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							de29e17d95 
							
						 
					 
					
						
						
							
							cuke: add a few options steps  
						
						
						
					 
					
						2014-03-22 00:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c299989ff7 
							
						 
					 
					
						
						
							
							reorganize options tests  
						
						
						
					 
					
						2014-03-22 00:33:23 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							0b655ea6a1 
							
						 
					 
					
						
						
							
							trial option  
						
						
						
					 
					
						2014-03-22 00:16:45 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							538827942a 
							
						 
					 
					
						
						
							
							workaround for inconsistent error messages across boost versions  
						
						
						
					 
					
						2014-03-20 14:38:16 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							8bd5f69e04 
							
						 
					 
					
						
						
							
							fixes   #958 , activates 2 additional tests  
						
						
						
					 
					
						2014-03-20 13:19:36 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c1806476af 
							
						 
					 
					
						
						
							
							cuke: test osrm-routed options  
						
						
						
					 
					
						2014-03-19 19:28:24 +01:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							af41c9f6e4 
							
						 
					 
					
						
						
							
							cuke: detach osrm-routed to avoid zombie processes  
						
						
						
					 
					
						2014-03-19 18:03:47 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							85a007d87b 
							
						 
					 
					
						
						
							
							set backward speed properly, partially  fixes   #936  
						
						
						
					 
					
						2014-03-03 15:31:57 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							d73f3ebd1b 
							
						 
					 
					
						
						
							
							fix tests for scaled maxspeeds  
						
						
						
					 
					
						2014-02-14 18:23:25 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							f684fa9a7b 
							
						 
					 
					
						
						
							
							fix tests to resemble the fixed duration calculation  
						
						
						
					 
					
						2014-01-21 16:11:51 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							96aff57275 
							
						 
					 
					
						
						
							
							fixes   #731 , perpendicular projection to nearest location  
						
						
						
					 
					
						2013-12-16 17:36:36 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							25b352aeab 
							
						 
					 
					
						
						
							
							add/delete several files  
						
						
						
					 
					
						2013-12-13 17:27:31 -05:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							662714fca3 
							
						 
					 
					
						
						
							
							add another minor viaroute check  
						
						
						
					 
					
						2013-12-12 18:37:36 -05:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4fc4e93ab5 
							
						 
					 
					
						
						
							
							adapt tests to changed output, killed version and transactionId  
						
						
						
					 
					
						2013-12-12 18:37:00 -05:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							cd1f45e248 
							
						 
					 
					
						
						
							
							Util/ContainerUtils.h  
						
						
						
					 
					
						2013-12-12 18:28:39 -05:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							5f90ed8b3e 
							
						 
					 
					
						
						
							
							support capitalized option names in extract/prepare  
						
						
						
					 
					
						2013-10-12 09:59:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c4904cc365 
							
						 
					 
					
						
						
							
							test nearest/locate with high lat/lon, fix fuzzy match of negative numbers  
						
						
						
					 
					
						2013-10-12 09:59:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							613e38d7f8 
							
						 
					 
					
						
						
							
							use boost program_options in osrm-prepare/routed  
						
						
						
					 
					
						2013-10-12 09:59:42 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							822c1c97e3 
							
						 
					 
					
						
						
							
							fixing  #412 , wrong offsets cause supoptimal routes with via points  
						
						
						
					 
					
						2013-10-04 16:47:59 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							65df6aa4a0 
							
						 
					 
					
						
						
							
							failing test showing weird loop, issue 412  
						
						
						
					 
					
						2013-10-04 13:32:05 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							f83748fdc2 
							
						 
					 
					
						
						
							
							change test file to cuke table  
						
						
						
					 
					
						2013-10-02 20:10:01 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a354d7c00b 
							
						 
					 
					
						
						
							
							use testbot for testing for weird loops  
						
						
						
					 
					
						2013-10-02 19:28:41 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							96184b83a3 
							
						 
					 
					
						
						
							
							minor whitespace cleanup  
						
						
						
					 
					
						2013-10-02 13:53:09 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							9bcc057176 
							
						 
					 
					
						
						
							
							mark projection tests as todo  
						
						
						
					 
					
						2013-10-02 13:48:49 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							20f3213477 
							
						 
					 
					
						
						
							
							test projection onto ways at high lat  
						
						
						
					 
					
						2013-10-02 13:43:33 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							60546c9788 
							
						 
					 
					
						
						
							
							adding data to check egressions of  #726  
						
						
						
					 
					
						2013-10-02 11:26:26 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							12f91564fb 
							
						 
					 
					
						
						
							
							adding test to check regressions of  #726  
						
						
						
					 
					
						2013-10-02 11:25:51 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							ca448e682a 
							
						 
					 
					
						
						
							
							using wider margin for expected result  
						
						
						
					 
					
						2013-10-02 11:23:13 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6470838065 
							
						 
					 
					
						
						
							
							cleanup indentation of ruby files  
						
						
						
					 
					
						2013-09-18 08:16:19 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a178555838 
							
						 
					 
					
						
						
							
							update text in cuke test  
						
						
						
					 
					
						2013-09-17 21:04:02 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							47f11fc3a6 
							
						 
					 
					
						
						
							
							bike: normal speed on paths with asphalt, add tests  
						
						
						
					 
					
						2013-09-12 14:15:50 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							0f94fb9d6d 
							
						 
					 
					
						
						
							
							update foot profile, add tests for access, barriers, ferries, names, surface, more  
						
						
						
					 
					
						2013-09-08 22:51:44 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							01097f7225 
							
						 
					 
					
						
						
							
							foot tests for ferries and restrictions  
						
						
						
					 
					
						2013-09-07 18:19:52 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							6c32d97b23 
							
						 
					 
					
						
						
							
							organize cuke test with @todo and @bug  
						
						
						
					 
					
						2013-09-05 20:00:42 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							c9e40d3e59 
							
						 
					 
					
						
						
							
							cuke profiles for running @todo or @bug tests  
						
						
						
					 
					
						2013-09-05 19:18:04 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							d78faea737 
							
						 
					 
					
						
						
							
							better regex for matching origin in cuke test  
						
						
						
					 
					
						2013-09-01 21:48:19 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							3cf72e93e6 
							
						 
					 
					
						
						
							
							allow setting origin in cuke tests  
						
						
						
					 
					
						2013-08-31 23:35:26 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							caa02bbca1 
							
						 
					 
					
						
						
							
							test bearing at high lat  
						
						
						
					 
					
						2013-08-31 12:52:36 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							d17150270e 
							
						 
					 
					
						
						
							
							enable passing .osm file to cuke tests  
						
						
						
					 
					
						2013-08-30 12:56:52 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							463a297f0c 
							
						 
					 
					
						
						
							
							remove incorrect cuke tag  
						
						
						
					 
					
						2013-08-30 12:55:17 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							407d73a735 
							
						 
					 
					
						
						
							
							removing trailing whitespace in cuke/ruby files  
						
						
						
					 
					
						2013-08-29 19:39:45 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							b5bfdb56dc 
							
						 
					 
					
						
						
							
							cleanup indentation of cuke files  
						
						
						
					 
					
						2013-08-29 19:29:13 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							2211dfb741 
							
						 
					 
					
						
						
							
							test for u-turn at via point (failing)  
						
						
						
					 
					
						2013-08-29 16:29:21 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							1d6e602473 
							
						 
					 
					
						
						
							
							test nearest/locate at high lat/lon, fix fuzzy match of negative numbers  
						
						
						
					 
					
						2013-08-28 09:49:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							7a5bceae4c 
							
						 
					 
					
						
						
							
							tests for /locate  
						
						
						
					 
					
						2013-08-26 22:25:43 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							e42b8fc37d 
							
						 
					 
					
						
						
							
							use boost program_options in extractor  
						
						
						
					 
					
						2013-08-14 15:15:35 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							aeba3aa209 
							
						 
					 
					
						
						
							
							fixes   #695  for bike profile  
						
						
						
					 
					
						2013-08-12 18:00:56 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							e50b5202b8 
							
						 
					 
					
						
						
							
							updated tests for car maxspeed forw/backw  
						
						
						
					 
					
						2013-08-12 17:37:51 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							cabbe70e47 
							
						 
					 
					
						
						
							
							reverting premature checkin  
						
						
						
					 
					
						2013-08-06 14:01:03 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							b86c3681bb 
							
						 
					 
					
						
						
							
							reverting premature checkin  
						
						
						
					 
					
						2013-08-06 13:54:04 +02:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							4f5d7f79bd 
							
						 
					 
					
						
						
							
							fixing tests for enhanced coordinate preceision  
						
						
						
					 
					
						2013-08-05 19:00:09 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							63059cfab3 
							
						 
					 
					
						
						
							
							make cuke tests work with ruby 2.x  
						
						
						
					 
					
						2013-08-02 09:35:28 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							2542112301 
							
						 
					 
					
						
						
							
							fix cuke test for roundabout/cars  
						
						
						
					 
					
						2013-07-30 18:00:44 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							a45215ddf2 
							
						 
					 
					
						
						
							
							cuke test roundabout exit nr  
						
						
						
					 
					
						2013-07-30 17:58:00 +02:00 
						 
				 
			
				
					
						
							
							
								Emil Tin 
							
						 
					 
					
						
						
						
						
							
						
						
							cb28b2de07 
							
						 
					 
					
						
						
							
							cuke test for roundabout instructions  
						
						
						
					 
					
						2013-07-30 17:01:25 +02:00 
						 
				 
			
				
					
						
							
							
								DennisOSRM 
							
						 
					 
					
						
						
						
						
							
						
						
							d0c4111429 
							
						 
					 
					
						
						
							
							Merge branch 'patch-3' of  https://github.com/tyrasd/Project-OSRM  into tyrasd-patch-3  
						
						
						
					 
					
						2013-07-17 13:23:06 +02:00 
						 
				 
			
				
					
						
							
							
								DennisOSRM 
							
						 
					 
					
						
						
						
						
							
						
						
							9ab86ae2bf 
							
						 
					 
					
						
						
							
							Fixes issue  #663  
						
						
						
					 
					
						2013-07-09 14:08:24 +02:00