Changeset 16643 in josm for trunk/test/functional
- Timestamp:
- 2020-06-14T20:19:59+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/data/imagery/ImageryCompareTestIT.java
r15135 r16643 44 44 String comparison = HttpClient.create(new URL("https://josm.openstreetmap.de/wiki/ImageryCompare")).connect().fetchContent(); 45 45 String rubricLine = null; 46 for (String line : comparison.split("\n" )) {46 for (String line : comparison.split("\n", -1)) { 47 47 boolean black = line.startsWith(BLACK_PREFIX); 48 48 if (black) {
Note:
See TracChangeset
for help on using the changeset viewer.