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/plugins/PluginHandlerJOSMTooOldTest.java

    r14052 r14081  
    9696    @Test
    9797    public void testUpdatePluginsDownloadBoth() throws IOException {
     98        TestUtils.assumeWorkingJMockit();
    9899        final PluginServer pluginServer = new PluginServer(
    99100            new PluginServer.RemotePlugin(this.referenceDummyJarNew),
     
    159160    @Test
    160161    public void testUpdatePluginsSkipOne() throws IOException {
     162        TestUtils.assumeWorkingJMockit();
    161163        final PluginServer pluginServer = new PluginServer(
    162164            new PluginServer.RemotePlugin(this.referenceDummyJarNew),
     
    237239    @Test
    238240    public void testUpdatePluginsUnexpectedlyJOSMTooOld() throws IOException {
     241        TestUtils.assumeWorkingJMockit();
    239242        final PluginServer pluginServer = new PluginServer(
    240243            new PluginServer.RemotePlugin(this.referenceDummyJarNew),
Note: See TracChangeset for help on using the changeset viewer.