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 1961 - Directory Listing
Modified Fri Oct 26 18:15:00 2018 UTC (6 years, 4 months ago) by amb
Update the routing test scripts (refactor them, no change in the tests
themselves).


Revision 1907 - Directory Listing
Modified Sat Mar 25 13:04:53 2017 UTC (7 years, 11 months ago) by amb
Change the test scripts to make it easier to enable and disable the
use of valgrind for all tests.


Revision 1879 - Directory Listing
Modified Mon Jun 6 18:14:31 2016 UTC (8 years, 9 months ago) by amb
Update test cases after ignoring highways forbidden by turn
restrictions when determining which interesting junctions.


Revision 1846 - Directory Listing
Modified Fri Dec 18 15:13:15 2015 UTC (9 years, 3 months ago) by amb
Fix a bug where the optimum end of the route was not being used
because the search was stopping at the first super-node that was part
of another possible end of the route.  Add to an existing test case.


Revision 1828 - Directory Listing
Modified Sat Oct 17 13:23:08 2015 UTC (9 years, 5 months ago) by amb
Fix test case for loop and reverse and fix libroutino error that
wasn't detected by broken test case.


Revision 1827 - Directory Listing
Modified Mon Oct 12 18:19:27 2015 UTC (9 years, 5 months ago) by amb
Add a test case for the loop and reverse route options.


Revision 1816 - Directory Listing
Modified Sat Sep 26 14:41:04 2015 UTC (9 years, 5 months ago) by amb
Change test cases for the changed output formats.


Revision 1814 - Directory Listing
Modified Sat Sep 26 14:12:40 2015 UTC (9 years, 5 months ago) by amb
Fix makefiles so that 'make test' works from a clean directory.


Revision 1791 - Directory Listing
Modified Mon Aug 17 17:29:24 2015 UTC (9 years, 7 months ago) by amb
Add the long version of the language name to the XML translations file.


Revision 1786 - Directory Listing
Modified Sat Aug 15 13:27:18 2015 UTC (9 years, 7 months ago) by amb
Compile the executables all in one go rather than running make for
each one.


Revision 1784 - Directory Listing
Modified Sat Aug 15 13:08:37 2015 UTC (9 years, 7 months ago) by amb
Merge libroutino branch back into the trunk.


Revision 1699 - Directory Listing
Modified Tue Jun 9 18:05:06 2015 UTC (9 years, 9 months ago) by amb
Merge the MS-Windows branch back into the trunk.
Code changes and documentation for Cygwin and MinGW compilers.


Revision 1690 - Directory Listing
Modified Thu May 28 18:18:53 2015 UTC (9 years, 9 months ago) by amb
Update Makefiles so that 'make clean' goes back to the source code in
the release tar files and 'make distclean' goes back to the source
code in subversion (the difference mainly being web page icons and
web page translations).


Revision 1566 - Directory Listing
Modified Sat May 10 10:23:16 2014 UTC (10 years, 10 months ago) by amb
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
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
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
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
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 (11 years 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
Added Thu Jun 6 18:18:14 2013 UTC (11 years, 9 months ago) by amb
Remove a debugging message.