Changeset 15629 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2020-01-04T19:40:53+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #18511 - Remove GpxExtension parent from equals contract (patch by Bjoeni)

File:
1 edited

Legend:

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

    r15496 r15629  
    3939        EqualsVerifier.forClass(GpxExtension.class).usingGetClass()
    4040        .suppress(Warning.NONFINAL_FIELDS)
    41         .withIgnoredFields("qualifiedName")
     41        .withIgnoredFields("qualifiedName", "parent")
    4242        .withPrefabValues(GpxExtensionCollection.class, new GpxExtensionCollection(), col)
    4343        .verify();
Note: See TracChangeset for help on using the changeset viewer.