Changeset 16850 in josm for trunk/test/unit/org
- Timestamp:
- 2020-08-04T23:38:35+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadAlongTrackActionTest.java
r16159 r16850 52 52 // Perform action 53 53 final GpxData gpx = GpxReaderTest.parseGpxData(TestUtils.getTestDataRoot() + file); 54 final PleaseWaitRunnable retval = new DownloadAlongTrackAction( gpx).createTask();54 final PleaseWaitRunnable retval = new DownloadAlongTrackAction(Collections.singleton(gpx)).createTask(); 55 55 56 56 // assert that we were indeed presented with the expected HelpAwareOptionPane
Note:
See TracChangeset
for help on using the changeset viewer.