changed error message for missing datafile to include filename

This commit is contained in:
Arndt 2015-02-08 10:05:50 +01:00
parent 5f34b5cf41
commit 0fe5d5144a
3 changed files with 18 additions and 2 deletions

View file

@ -39,7 +39,7 @@ public class RouterTest
msg = calcRoute( 8.720897, 50.002515, 16.723658, 49.997510, "notrack" );
Assert.assertTrue( msg, msg != null && msg.indexOf( "not mapped" ) >= 0 );
Assert.assertTrue( msg, msg != null && msg.indexOf( "not found" ) >= 0 );
}
private String calcRoute( double flon, double flat, double tlon, double tlat, String trackname ) throws Exception