- Timestamp:
- 2026-02-13T13:54:13+01:00 (19 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
r19526 r19527 174 174 } 175 175 allTLD.remove("arpa"); 176 allTLD.replace("melbourne", allTLD.get("melbourne").replaceAll("represented by its ","")); 176 String s = allTLD.get("melbourne"); 177 if (s != null) /* text too long, shorten a bit */ 178 allTLD.replace("melbourne", s.replace("represented by its ", "")); 177 179 printMap(header, allTLD, "allTLD"); 178 180 printMap(header, allCC, "allCC");
Note:
See TracChangeset
for help on using the changeset viewer.
