Changeset 15629 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2020-01-04T19:40:53+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/gpx/GpxExtensionTest.java
r15496 r15629 39 39 EqualsVerifier.forClass(GpxExtension.class).usingGetClass() 40 40 .suppress(Warning.NONFINAL_FIELDS) 41 .withIgnoredFields("qualifiedName" )41 .withIgnoredFields("qualifiedName", "parent") 42 42 .withPrefabValues(GpxExtensionCollection.class, new GpxExtensionCollection(), col) 43 43 .verify();
Note:
See TracChangeset
for help on using the changeset viewer.