Changeset 10333 in josm for trunk/test/unit/org
- Timestamp:
- 2016-06-07T19:55:20+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTestIT.java
r10326 r10333 87 87 allErrors.put(source.url, errors); 88 88 } 89 if (!warnings.isEmpty()) { 89 if (!warnings.isEmpty() && !source.url.contains("yopaseopor/traffic_signs")) { 90 // ignore https://github.com/yopaseopor/traffic_signs_style_JOSM because of far too frequent missing icons errors 90 91 allWarnings.put(source.url, warnings); 91 92 } 92 } else if (!source.url.contains("www.freietonne.de") && !source.url.contains("yopaseopor/traffic_signs")) {93 } else if (!source.url.contains("www.freietonne.de")) { 93 94 // ignore frequent network errors with www.freietonne.de causing too much Jenkins failures 94 // also ignore https://github.com/yopaseopor/traffic_signs_style_JOSM because of far too frequent missing icons errors95 95 allWarnings.put(source.url, Collections.singleton("MapPaintStyles.addStyle() returned null")); 96 96 }
Note:
See TracChangeset
for help on using the changeset viewer.