Changeset 13707 in josm for trunk/test/unit


Ignore:
Timestamp:
2018-05-06T21:33:11+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16129 - fix areas of Mongolia UTM zones

see https://github.com/Esri/projection-engine-db-doc/pull/4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java

    r13706 r13707  
    184184                }
    185185            }
    186             boolean forced = forcedCodes != null && forcedCodes.contains(code);
     186            boolean forced = forcedCodes != null && forcedCodes.contains(code) && !ref.data.isEmpty();
    187187            if (forced || ref.data.size() < N_POINTS) {
    188188                System.out.print(code);
Note: See TracChangeset for help on using the changeset viewer.