source: osm/applications/editors/josm/plugins/mapillary/test/data/preferences/preferences.xml@ 32134

Last change on this file since 32134 was 31347, checked in by floscher, 9 years ago

Test downloading of sequences in a given bbox

The new testcase starts the MapillarySequenceDownloadThread, waits until it's finished. Then it checks, if images were added to the MapillaryLayer. We can assume, that there are images in the given rectangle, as currently there are several images uploaded there.
This change required quite extensive changes, as the tests are run in headless mode and so the GUI must not be started. TestUtil is built along the lines of JosmFixture from josm-core, but trimmed a lot.

File size: 191 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<preferences xmlns="http://josm.openstreetmap.de/preferences-1.0">
3 <tag key='expert' value='true'/>
4 <tag key='language' value='en'/>
5</preferences>
Note: See TracBrowser for help on using the repository browser.