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


Ignore:
Timestamp:
2018-08-15T02:19:31+02:00 (6 years ago)
Author:
Don-vip
Message:

Update TestUtils.assumeWorkingJMockit - two tests are not skipped with current implementation

File:
1 edited

Legend:

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

    r14100 r14157  
    4848import org.openstreetmap.josm.io.Compression;
    4949import org.openstreetmap.josm.testutils.FakeGraphics;
     50import org.openstreetmap.josm.testutils.mockers.JOptionPaneSimpleMocker;
    5051import org.openstreetmap.josm.testutils.mockers.WindowMocker;
    5152import org.openstreetmap.josm.tools.JosmRuntimeException;
     
    419420            // Inspired by https://issues.apache.org/jira/browse/SOLR-11606
    420421            new WindowMocker();
     422            new JOptionPaneSimpleMocker();
    421423        } catch (UnsupportedOperationException e) {
    422424            Assume.assumeNoException(e);
Note: See TracChangeset for help on using the changeset viewer.