Changeset 12197 in josm for trunk/test/unit
- Timestamp:
- 2017-05-16T23:10:19+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/gpx/WayPointTest.java
r10906 r12197 31 31 EqualsVerifier.forClass(WayPoint.class).usingGetClass() 32 32 .suppress(Warning.NONFINAL_FIELDS) 33 .withIgnoredFields("customColoring", "dir", "drawLine", "east", "north" )33 .withIgnoredFields("customColoring", "dir", "drawLine", "east", "north", "eastNorthCacheKey") 34 34 .withPrefabValues(ColorSpace.class, ColorSpace.getInstance(ColorSpace.CS_sRGB), ColorSpace.getInstance(ColorSpace.CS_LINEAR_RGB)) 35 35 .verify();
Note:
See TracChangeset
for help on using the changeset viewer.