Changeset 16850 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2020-08-04T23:38:35+02:00 (4 years ago)
Author:
simon04
Message:

fix #17836 - Download along several gpx tracks at once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadAlongTrackActionTest.java

    r16159 r16850  
    5252            // Perform action
    5353            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();
    5555
    5656            // assert that we were indeed presented with the expected HelpAwareOptionPane
Note: See TracChangeset for help on using the changeset viewer.