Changeset 16215 in josm for trunk/test/unit
- Timestamp:
- 2020-03-28T23:49:55+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java
r16196 r16215 14 14 15 15 /** 16 * Unittests of {@link Territories} class.16 * Integration tests of {@link Territories} class. 17 17 */ 18 18 public class TerritoriesTestIT { … … 34 34 Territories.initialize(); 35 35 assertEquals("no errors or warnings", Collections.emptyList(), Logging.getLastErrorAndWarnings()); 36 assertFalse("customTagsCache is non empty", Territories.customTagsCache.isEmpty()); 37 assertFalse("iso3166Cache is non empty", Territories.iso3166Cache.isEmpty()); 36 38 assertFalse("taginfoCache is non empty", Territories.taginfoCache.isEmpty()); 37 39 assertFalse("taginfoGeofabrikCache is non empty", Territories.taginfoGeofabrikCache.isEmpty());
Note:
See TracChangeset
for help on using the changeset viewer.
