Fix tests
This commit is contained in:
parent
8834258e80
commit
7d58cf110d
2 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@ import org.apache.commons.logging.Log;
|
|||
public class RoutePlannerFrontEnd {
|
||||
|
||||
protected static final Log log = PlatformUtil.getLog(RoutePlannerFrontEnd.class);
|
||||
protected static double GPS_POSSIBLE_ERROR = 10;
|
||||
protected static final double GPS_POSSIBLE_ERROR = 10;
|
||||
public boolean useSmartRouteRecalculation = true;
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,6 @@ public class RouteResultPreparationTest {
|
|||
RoutePlannerFrontEnd.RouteCalculationMode.NORMAL);
|
||||
ctx.leftSideNavigation = false;
|
||||
RouteResultPreparation.PRINT_TO_CONSOLE_ROUTE_INFORMATION_TO_TEST = true;
|
||||
RoutePlannerFrontEnd.GPS_POSSIBLE_ERROR = 0;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue