Changeset 10994 in josm


Ignore:
Timestamp:
2016-09-11T23:44:47+02:00 (8 years ago)
Author:
Don-vip
Message:

update extensions blacklist in integration tests to ignore new https://github.com/yopaseopor/beta_preset_josm

Location:
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTestIT.java

    r10333 r10994  
    8787                        allErrors.put(source.url, errors);
    8888                    }
    89                     if (!warnings.isEmpty() && !source.url.contains("yopaseopor/traffic_signs")) {
     89                    if (!warnings.isEmpty() && !source.url.contains("yopaseopor/")) {
    9090                        // ignore https://github.com/yopaseopor/traffic_signs_style_JOSM because of far too frequent missing icons errors
    9191                        allWarnings.put(source.url, warnings);
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java

    r10967 r10994  
    7777            } catch (SAXException | IllegalArgumentException e) {
    7878                e.printStackTrace();
    79                 if (!source.url.contains("yopaseopor/traffic_signs")) {
     79                if (!source.url.contains("yopaseopor/")) {
    8080                    // ignore https://raw.githubusercontent.com/yopaseopor/traffic_signs_preset_JOSM cause too much errors
    8181                    allErrors.add(e);
Note: See TracChangeset for help on using the changeset viewer.