Changeset 18670 in josm for trunk/test


Ignore:
Timestamp:
2023-02-20T22:41:26+01:00 (21 months ago)
Author:
taylor.smock
Message:

Fix #22753: Fix GitHub Actions

This uses actions from https://github.com/JOSM/JOSMPluginAction, updates
other external actions and fixes many deprecation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportTest.java

    r18669 r18670  
    139139                Arguments.of("MainApplication.worker", (Consumer<Runnable>) runnable -> {
    140140                    MainApplication.worker.execute(runnable);
    141                     assertDoesNotThrow(() -> MainApplication.worker.submit(() -> { /* Sync thread */}).get(1, TimeUnit.SECONDS));
     141                    assertDoesNotThrow(() -> MainApplication.worker.submit(() -> { /* Sync thread */ }).get(1, TimeUnit.SECONDS));
    142142                })
    143143        );
Note: See TracChangeset for help on using the changeset viewer.