Ignore:
Timestamp:
2018-07-06T00:55:42+02:00 (6 years ago)
Author:
Don-vip
Message:

add workaround to https://github.com/jqno/equalsverifier/issues/197

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java

    r13079 r14004  
    6666        TestUtils.assumeWorkingEqualsVerifier();
    6767        EqualsVerifier.forClass(NodePair.class).usingGetClass()
    68             .suppress(Warning.ANNOTATION) // FIXME: remove it after https://github.com/jqno/equalsverifier/issues/152 is fixed
     68            .suppress(Warning.ANNOTATION) // FIXME: remove it after https://github.com/jqno/equalsverifier/issues/197 is fixed
    6969            .withPrefabValues(Node.class, new Node(1), new Node(2))
    7070            .verify();
Note: See TracChangeset for help on using the changeset viewer.