Changes between Version 1 and Version 2 of Ticket #9141, comment 18


Ignore:
Timestamp:
2013-12-04T12:38:28+01:00 (12 years ago)
Author:
mkoniecz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9141, comment 18

    v1 v2  
    66                     errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian and cyclist crossing information"), MISSING_PEDESTRIAN_CROSSING, n));
    77                     return;
    8                  } else  if (leftByPedestrians && leftByCars) {
     8                 } else if (leftByPedestrians && leftByCars) {
    99                     errors.add(new TestError(this, Severity.OTHER, tr("Missing pedestrian crossing information"), MISSING_PEDESTRIAN_CROSSING, n));
    1010                     return;