Changeset 18670 in josm for trunk/test
- Timestamp:
- 2023-02-20T22:41:26+01:00 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportTest.java
r18669 r18670 139 139 Arguments.of("MainApplication.worker", (Consumer<Runnable>) runnable -> { 140 140 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)); 142 142 }) 143 143 );
Note:
See TracChangeset
for help on using the changeset viewer.