Changeset 12197 in josm for trunk


Ignore:
Timestamp:
2017-05-16T23:10:19+02:00 (7 years ago)
Author:
michael2402
Message:

Fix gpx WayPointTest of equals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/gpx/WayPointTest.java

    r10906 r12197  
    3131        EqualsVerifier.forClass(WayPoint.class).usingGetClass()
    3232            .suppress(Warning.NONFINAL_FIELDS)
    33             .withIgnoredFields("customColoring", "dir", "drawLine", "east", "north")
     33            .withIgnoredFields("customColoring", "dir", "drawLine", "east", "north", "eastNorthCacheKey")
    3434            .withPrefabValues(ColorSpace.class, ColorSpace.getInstance(ColorSpace.CS_sRGB), ColorSpace.getInstance(ColorSpace.CS_LINEAR_RGB))
    3535            .verify();
Note: See TracChangeset for help on using the changeset viewer.