Changeset 34325 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test
- Timestamp:
- 2018-06-19T19:14:05+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnableTest.java
r34317 r34325 10 10 11 11 import org.junit.AfterClass; 12 import org.junit. Before;12 import org.junit.Ignore; 13 13 import org.junit.Rule; 14 14 import org.junit.Test; … … 18 18 import org.openstreetmap.josm.plugins.streetside.StreetsideLayer; 19 19 import org.openstreetmap.josm.plugins.streetside.utils.StreetsideProperties; 20 import org.openstreetmap.josm.plugins.streetside.utils.TestUtil;21 20 import org.openstreetmap.josm.plugins.streetside.utils.TestUtil.StreetsideTestRules; 22 21 import org.openstreetmap.josm.testutils.JOSMTestRules; … … 38 37 } 39 38 40 // TODO: fox!41 //@Test39 @Test 40 @Ignore // TODO: fox! 42 41 public void testRun1() throws IllegalArgumentException, IllegalAccessException { 43 42 testNumberOfDecodedImages(4, SEARCH_SEQUENCES_URL_GEN, new Bounds(7.246497, 16.432955, 7.249027, 16.432976)); 44 43 } 45 44 46 //TODO: fox!47 //@Test45 @Test 46 @Ignore // TODO: fox! 48 47 public void testRun2() throws IllegalArgumentException, IllegalAccessException { 49 48 testNumberOfDecodedImages(0, SEARCH_SEQUENCES_URL_GEN, new Bounds(0, 0, 0, 0)); 50 49 } 51 50 52 //TODO: fox!53 //@Test51 @Test 52 @Ignore // TODO: fox! 54 53 public void testRun3() throws IllegalArgumentException, IllegalAccessException { 55 54 testNumberOfDecodedImages(0, b -> { … … 58 57 } 59 58 60 //TODO: fox!61 //@Test59 @Test 60 @Ignore // TODO: fox! 62 61 public void testRun4() throws IllegalArgumentException, IllegalAccessException { 63 62 StreetsideProperties.CUT_OFF_SEQUENCES_AT_BOUNDS.put(true); … … 65 64 } 66 65 67 //TODO: fox!68 //@Test66 @Test 67 @Ignore // TODO: fox! 69 68 public void testRun5() throws IllegalArgumentException, IllegalAccessException { 70 69 StreetsideProperties.CUT_OFF_SEQUENCES_AT_BOUNDS.put(true);
Note:
See TracChangeset
for help on using the changeset viewer.