Changes between Initial Version and Version 1 of Ticket #9141, comment 18
- Timestamp:
- 2013-12-04T12:37:37+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9141, comment 18
initial v1 4 4 } 5 5 if ((leftByPedestrians && leftByCyclists) && leftByCars) { 6 errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian and cyclist crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); ^M6 errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian and cyclist crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); 7 7 return; 8 8 } else if (leftByPedestrians && leftByCars) { 9 errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); ^M9 errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); 10 10 return; 11 11 } else if (leftByCyclists && leftByCars) { 12 errors.add(new TestError(this, Severity.OTHER, tr("Missing cyclist crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); ^M12 errors.add(new TestError(this, Severity.OTHER, tr("Missing cyclist crossing information"), MISSING_PEDESTRIAN_CROSSING, n)); 13 13 return; 14 14 } 15 15 } 16 16 }}} 17 18 Sorry for not formatting this as a patch.


