Changeset 32892 in osm for applications/editors/josm/plugins/wikipedia/test/unit
- Timestamp:
- 2016-08-30T13:27:07+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/WikipediaAppTest.java
r32891 r32892 97 97 new LatLon(47.20, 11.30), new LatLon(47.22, 11.32)); 98 98 final long c = entries.stream() 99 .map(WikidataEntry.class::cast) 99 100 .filter(entry -> "Q865406".equals(entry.article) && "wikidata".equals(entry.lang) && "Birgitzer Alm".equals(entry.label)) 100 101 .count();
Note:
See TracChangeset
for help on using the changeset viewer.