Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Log of /trunk/src/test

View Directory Listing Directory Listing


Sticky Revision:


Revision 1554 - Directory Listing
Modified Sun Apr 27 16:00:20 2014 UTC (10 years, 10 months ago) by amb
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
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
Compile programs before running tests (fix Makefile bug).


Revision 1528 - Directory Listing
Modified Sat Mar 22 12:04:51 2014 UTC (10 years, 11 months ago) by amb
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
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
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
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
Remove a debugging message.


Revision 1386 - Directory Listing
Modified Thu Jun 6 17:55:33 2013 UTC (11 years, 9 months ago) by amb
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
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
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
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
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
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
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, 5 months ago) by amb
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
Do not mark barriers that cannot be passed by any type of transport as
super-nodes.


Revision 1068 - Directory Listing
Modified Sun Sep 16 14:51:11 2012 UTC (12 years, 6 months ago) by amb
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.


Revision 1067 - Directory Listing
Modified Thu Sep 13 18:51:03 2012 UTC (12 years, 6 months ago) by amb
Make every test case loadable in JOSM.


Revision 1060 - Directory Listing
Modified Sat Sep 8 18:28:31 2012 UTC (12 years, 6 months ago) by amb
Ignore new log files.


Revision 1059 - Directory Listing
Modified Sat Sep 8 18:27:57 2012 UTC (12 years, 6 months ago) by amb
Fixed a spelling mistake in the printed output.


Revision 1058 - Directory Listing
Modified Sat Sep 8 18:27:36 2012 UTC (12 years, 6 months ago) by amb
Added a new test case for a real-life pathological routing problem involving
oneway streets and loops.


Revision 1045 - Directory Listing
Modified Mon Aug 6 18:35:14 2012 UTC (12 years, 7 months ago) by amb
Be more consistent about what files to clean up.


Revision 975 - Directory Listing
Modified Tue Feb 21 17:52:41 2012 UTC (13 years ago) by amb
Enable pruning by default.  Fix the test cases to run with and without pruning
but only compare against the expected results when not pruned.


Revision 928 - Directory Listing
Added Tue Dec 6 18:46:06 2011 UTC (13 years, 3 months ago) by amb
Updated test case expected results with the roundabout changes.