Changeset 12143 in josm for trunk


Ignore:
Timestamp:
2017-05-14T14:38:05+02:00 (7 years ago)
Author:
stoecker
Message:

see #14655 - drop some SKIP texts not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12126 r12143  
    483483                    myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
    484484                } else if (et) {
    485                     myprintln "+ SKIP * Description differs (${et} != '${jt}'): ${getDescription(j)}"
     485                    myprintln "* Description differs (${et} != '${jt}'): ${getDescription(j)}"
    486486                } else if (!options.nomissingeli) {
    487487                    myprintln "+ Missing ELI description ('${jt}'): ${getDescription(j)}"
     
    506506            if (!et.equals(jt)) {
    507507                if (!jt) {
    508                     myprintln "+ SKIP - Missing JOSM attribution URL (${et}): ${getDescription(j)}"
     508                    myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}"
    509509                } else if (et) {
    510510                    myprintln "+ SKIP * Attribution URL differs (${et} != '${jt}'): ${getDescription(j)}"
     
    518518            if (!et.equals(jt)) {
    519519                if (!jt) {
    520                     myprintln "+ SKIP - Missing JOSM attribution text (${et}): ${getDescription(j)}"
     520                    myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}"
    521521                } else if (et) {
    522522                    myprintln "+ SKIP * Attribution text differs (${et} != '${jt}'): ${getDescription(j)}"
     
    532532            if (!et.equals(jt)) {
    533533                if (!jt) {
    534                     myprintln "+ SKIP - Missing JOSM projections (${et}): ${getDescription(j)}"
     534                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
    535535                } else if (et) {
    536536                    myprintln "+ SKIP * Projections differ (${et} != '${jt}'): ${getDescription(j)}"
Note: See TracChangeset for help on using the changeset viewer.