Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /branches/destination-access/src/test
Sticky Revision: |
Revision 1829 - Directory Listing
Modified Sat Oct 17 14:17:17 2015 UTC (9 years, 5 months ago) by amb
Merge trunk back into routino-destination branch after completing the loop and reverse changes.
Revision 1807 - Directory Listing
Modified Wed Sep 23 18:20:13 2015 UTC (9 years, 5 months ago) by amb
Merge the trunk changes back into the destination-access branch.
Revision 1628 - Directory Listing
Modified Sun Mar 22 13:45:29 2015 UTC (10 years ago) by amb
A new branch for access=destination routing at each end.
Revision 1566 - Directory Listing
Modified Sat May 10 10:23:16 2014 UTC (10 years, 10 months ago) by amb
Original Path: trunk/src/test
Add test cases for routes with contain two consecutive coincident waypoints.
Revision 1564 - Directory Listing
Modified Fri May 9 14:14:29 2014 UTC (10 years, 10 months ago) by amb
Original Path: trunk/src/test
Fix bug with results output that would miss a segment and get the distance/time wrong if a waypoint node was passed again on the way to the next waypoint.
Revision 1556 - Directory Listing
Modified Mon Apr 28 18:09:25 2014 UTC (10 years, 10 months ago) by amb
Original Path: trunk/src/test
Add a test case for the ability to cycle both ways on highways that allow it. Tests the roundabout exit naming as well as shortest route.
Revision 1555 - Directory Listing
Modified Mon Apr 28 17:18:08 2014 UTC (10 years, 10 months ago) by amb
Original Path: trunk/src/test
Remove unneeded tag from <osm> XML element.
Revision 1554 - Directory Listing
Modified Sun Apr 27 16:00:20 2014 UTC (10 years, 10 months ago) by amb
Original Path: trunk/src/test
Add test case for the bug with particular arrangement of a fake node (waypoint in middle of segment) and a roundabout.
Revision 1542 - Directory Listing
Modified Sat Apr 5 13:56:00 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/src/test
Add test case for router error when waypoint is on a roundabout. [Test case also unintentionally detected the super-segment merging bug.]
Revision 1541 - Directory Listing
Modified Sat Apr 5 13:53:53 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/src/test
Compile programs before running tests (fix Makefile bug).
Revision 1528 - Directory Listing
Modified Sat Mar 22 12:04:51 2014 UTC (11 years ago) by amb
Original Path: trunk/src/test
Another iteration through the Makefiles with some small changes.
Revision 1520 - Directory Listing
Modified Sat Mar 8 19:36:35 2014 UTC (11 years ago) by amb
Original Path: trunk/src/test
Update all Perl scripts to "use strict".
Revision 1455 - Directory Listing
Modified Sat Jul 6 09:57:31 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/test
Update some Makefiles for running 'make test' from a clean set of source code.
Revision 1388 - Directory Listing
Modified Thu Jun 6 18:19:10 2013 UTC (11 years, 9 months ago) by amb
Original Path: trunk/src/test
When compiled with -ffast-math don't expect the results to match exactly, display the differences.
Revision 1387 - Directory Listing
Modified Thu Jun 6 18:18:14 2013 UTC (11 years, 9 months ago) by amb
Original Path: trunk/src/test
Remove a debugging message.
Revision 1386 - Directory Listing
Modified Thu Jun 6 17:55:33 2013 UTC (11 years, 9 months ago) by amb
Original Path: trunk/src/test
Change test cases so that they don't show differences due to pruning or the last checkin for divide by zero which changed behaviour in trivial case.
Revision 1343 - Directory Listing
Modified Sun May 26 12:35:21 2013 UTC (11 years, 9 months ago) by amb
Original Path: trunk/src/test
Re-organise the Makefiles so that all configuration information is one of them (Makefile.conf at the top level) rather than being spread between them.
Revision 1265 - Directory Listing
Modified Sun Mar 3 15:55:27 2013 UTC (12 years ago) by amb
Original Path: trunk/src/test
Add a test case for pruning straight segments. Found an error case related to loops and fixed it.
Revision 1264 - Directory Listing
Modified Sat Mar 2 15:40:57 2013 UTC (12 years ago) by amb
Original Path: trunk/src/test
Add a test case for pruning short segments. Found some disallowed cases that had not been detected before and fixed them.
Revision 1262 - Directory Listing
Modified Sat Mar 2 13:36:48 2013 UTC (12 years ago) by amb
Original Path: trunk/src/test
Remove the 'update' element from the osm tag.
Revision 1075 - Directory Listing
Modified Sun Sep 23 15:08:12 2012 UTC (12 years, 5 months ago) by amb
Original Path: trunk/src/test
Change the all text output format so that minor junctions (where no turn instructions are output for the HTML) are labelled differently. This also required the expected results for the tests cases to be changed.
Revision 1074 - Directory Listing
Modified Sat Sep 22 08:57:24 2012 UTC (12 years, 5 months ago) by amb
Original Path: trunk/src/test
Fix a bug that stopped the last turn before a waypoint from being described in the HTML output if the final section of the route was a fake-segment. Update the test case expected results since the last turn was not being described properly.
Revision 1073 - Directory Listing
Modified Thu Sep 20 18:31:45 2012 UTC (12 years, 6 months ago) by amb
Original Path: trunk/src/test
Change the scripts for the test cases to use 'diff' instead of 'cmp' so that it is possible to see the changes.
Revision 1069 - Directory Listing
Modified Mon Sep 17 17:58:47 2012 UTC (12 years, 6 months ago) by amb
Original Path: trunk/src/test
Do not mark barriers that cannot be passed by any type of transport as super-nodes.
Revision 1068 - Directory Listing
Added Sun Sep 16 14:51:11 2012 UTC (12 years, 6 months ago) by amb
Original Path: trunk/src/test
Don't fail to route if a selected waypoint is a node that does not permit chosen traffic type. Add test cases for this change.