Changeset 10823 in josm


Ignore:
Timestamp:
2016-08-16T15:33:43+02:00 (8 years ago)
Author:
Klumbumbus
Message:

see #13357 - update preset unit test ignore list

File:
1 edited

Legend:

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

    r10705 r10823  
    9797                error = true;
    9898                // ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM because of far too frequent missing icons errors
    99                 // ignore https://github.com/molysgaard/OAM-JOSM not responding fast enough to our pull requests
    100                 if (!source.url.contains("yopaseopor/traffic_signs") && !source.url.contains("molysgaard/OAM-JOSM")) {
     99                // ignore https://github.com/OsmHackTW/josm-presets/pull/4 until pull request is merged
     100                if (!source.url.contains("yopaseopor/traffic_signs") && !source.url.contains("OsmHackTW/josm-presets")) {
    101101                    allMessages.add(message);
    102102                }
Note: See TracChangeset for help on using the changeset viewer.