Index: trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java	(revision 16212)
+++ trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java	(revision 16215)
@@ -14,5 +14,5 @@
 
 /**
- * Unit tests of {@link Territories} class.
+ * Integration tests of {@link Territories} class.
  */
 public class TerritoriesTestIT {
@@ -34,4 +34,6 @@
         Territories.initialize();
         assertEquals("no errors or warnings", Collections.emptyList(), Logging.getLastErrorAndWarnings());
+        assertFalse("customTagsCache is non empty", Territories.customTagsCache.isEmpty());
+        assertFalse("iso3166Cache is non empty", Territories.iso3166Cache.isEmpty());
         assertFalse("taginfoCache is non empty", Territories.taginfoCache.isEmpty());
         assertFalse("taginfoGeofabrikCache is non empty", Territories.taginfoGeofabrikCache.isEmpty());
