Changeset 16215 in josm for trunk/test/unit


Ignore:
Timestamp:
2020-03-28T23:49:55+01:00 (6 years ago)
Author:
Don-vip
Message:

fix compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTestIT.java

    r16196 r16215  
    1414
    1515/**
    16  * Unit tests of {@link Territories} class.
     16 * Integration tests of {@link Territories} class.
    1717 */
    1818public class TerritoriesTestIT {
     
    3434        Territories.initialize();
    3535        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());
    3638        assertFalse("taginfoCache is non empty", Territories.taginfoCache.isEmpty());
    3739        assertFalse("taginfoGeofabrikCache is non empty", Territories.taginfoGeofabrikCache.isEmpty());
Note: See TracChangeset for help on using the changeset viewer.