Index: trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19355)
+++ trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java	(revision 19357)
@@ -124,5 +124,5 @@
                     if (info != null) {
                         String type = info[0];
-                        String comment = info[1];
+                        String comment = info[1].replaceAll("&quot;","\"").replaceAll("&#x27;","'").replaceAll("&amp;","&");
                         if ("country-code".equals(type)) { // Which list to use?
                             allCC.put(asciiTld, unicodeTld + " " + comment);
