Changeset 34577 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test/unit
- Timestamp:
- 2018-08-18T22:24:00+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnableTest.java
r34432 r34577 23 23 24 24 @Rule 25 public JOSMTestRules rules = new StreetsideTestRules() .platform();25 public JOSMTestRules rules = new StreetsideTestRules(); 26 26 27 27 private static final Function<Bounds, URL> SEARCH_SEQUENCES_URL_GEN = b -> { -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/PluginStateTest.java
r34386 r34577 5 5 6 6 import org.junit.Test; 7 8 import org.openstreetmap.josm.Main;9 7 10 8 /** … … 37 35 @Test 38 36 public void uploadTest() { 39 Main.main = null;40 37 assertEquals(false, PluginState.isUploading()); 41 38 PluginState.addImagesToUpload(2);
Note:
See TracChangeset
for help on using the changeset viewer.