Ignore:
Timestamp:
2017-11-04T20:27:56+01:00 (8 years ago)
Author:
Don-vip
Message:

see #15560 - EqualsVerifier does not work with newer Java versions -> disable tests automatically in this case
Workaround to https://github.com/jqno/equalsverifier/issues/177 / https://github.com/raphw/byte-buddy/issues/370
Inspired by https://issues.apache.org/jira/browse/SOLR-11606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/command/PurgeCommandTest.java

    r12727 r13079  
    1616import org.junit.Rule;
    1717import org.junit.Test;
     18import org.openstreetmap.josm.TestUtils;
    1819import org.openstreetmap.josm.command.CommandTest.CommandTestDataWithRelation;
    1920import org.openstreetmap.josm.data.conflict.Conflict;
     
    145146    @Test
    146147    public void testEqualsContract() {
     148        TestUtils.assumeWorkingEqualsVerifier();
    147149        EqualsVerifier.forClass(PurgeCommand.class).usingGetClass()
    148150            .withPrefabValues(DataSet.class,
Note: See TracChangeset for help on using the changeset viewer.