- Timestamp:
- 2016-06-04T17:12:16+02:00 (8 years ago)
- 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
r10235 r10326 90 90 allWarnings.put(source.url, warnings); 91 91 } 92 } else if (!source.url.contains("www.freietonne.de") ) {92 } else if (!source.url.contains("www.freietonne.de") && !source.url.contains("yopaseopor/traffic_signs")) { 93 93 // 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 errors 94 95 allWarnings.put(source.url, Collections.singleton("MapPaintStyles.addStyle() returned null")); 95 96 } -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java
r10235 r10326 70 70 e.printStackTrace(); 71 71 // ignore frequent network errors with www.freietonne.de causing too much Jenkins failures 72 if (!source.url.contains("www.freietonne.de")) { 72 // also ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM because of far too frequent missing icons errors 73 if (!source.url.contains("www.freietonne.de") && !source.url.contains("yopaseopor/traffic_signs")) { 73 74 allErrors.add(e1); 74 75 }
Note:
See TracChangeset
for help on using the changeset viewer.