- Timestamp:
- 2018-04-21T12:57:24+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTestIT.java
r13407 r13655 57 57 Collection<ExtendedSourceEntry> sources = new MapPaintPreference.MapPaintSourceEditor() 58 58 .loadAndGetAvailableSources(); 59 // Drop everything from yopaseopor and www.freietonne.de, too many errors60 sources.removeIf(x -> x.url.contains("yopaseopor/") || x.url.contains(" www.freietonne.de"));59 // Drop everything from yopaseopor, pasharm and www.freietonne.de, too many errors 60 sources.removeIf(x -> x.url.contains("yopaseopor/") || x.url.contains("/pasharm") || x.url.contains("www.freietonne.de")); 61 61 assertFalse(sources.isEmpty()); 62 62 Map<String, Collection<Throwable>> allErrors = new HashMap<>();
Note:
See TracChangeset
for help on using the changeset viewer.