Fix tests
This commit is contained in:
parent
d9e76169fe
commit
3f731c4e50
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ public class RouteTestingTest {
|
|||
}
|
||||
|
||||
for (int planRoadDirection = -1; planRoadDirection <= 1; planRoadDirection++) {
|
||||
if (params.containsKey("onlyPlanRoadDirection")) {
|
||||
if (!params.get("onlyPlanRoadDirection").equals(planRoadDirection + "")) {
|
||||
if (params.containsKey("wrongPlanRoadDirection")) {
|
||||
if (params.get("wrongPlanRoadDirection").equals(planRoadDirection + "")) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue