changed error message for missing datafile to include filename
This commit is contained in:
parent
5f34b5cf41
commit
0fe5d5144a
3 changed files with 18 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue