Ignore:
Timestamp:
2018-08-04T01:59:46+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16010 - Ignore tests using JMockit on Java 11+, workaround to https://github.com/jmockit/jmockit1/issues/534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/testutils/mockers/WindowMocker.java

    r14052 r14081  
    1313 * MockUp for a {@link Window} which simply (and naively) makes its constructor(s) a no-op. This has
    1414 * the advantage of removing the isHeadless check. Though if course it also leaves you with
    15  * uninintialized objects, and so of course they don't *necessarily* work properly. But often they
     15 * uninitialized objects, and so of course they don't *necessarily* work properly. But often they
    1616 * work *just enough* to behave how a test needs them to. Exercise left to the reader to discover
    1717 * the limits here.
Note: See TracChangeset for help on using the changeset viewer.