Ignore:
Timestamp:
2018-06-19T19:14:05+02:00 (7 years ago)
Author:
donvip
Message:

fix warnings

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  
    1010
    1111import org.junit.AfterClass;
    12 import org.junit.Before;
     12import org.junit.Ignore;
    1313import org.junit.Rule;
    1414import org.junit.Test;
     
    1818import org.openstreetmap.josm.plugins.streetside.StreetsideLayer;
    1919import org.openstreetmap.josm.plugins.streetside.utils.StreetsideProperties;
    20 import org.openstreetmap.josm.plugins.streetside.utils.TestUtil;
    2120import org.openstreetmap.josm.plugins.streetside.utils.TestUtil.StreetsideTestRules;
    2221import org.openstreetmap.josm.testutils.JOSMTestRules;
     
    3837  }
    3938
    40   // TODO: fox!
    41   //@Test
     39  @Test
     40  @Ignore // TODO: fox!
    4241  public void testRun1() throws IllegalArgumentException, IllegalAccessException {
    4342    testNumberOfDecodedImages(4, SEARCH_SEQUENCES_URL_GEN, new Bounds(7.246497, 16.432955, 7.249027, 16.432976));
    4443  }
    4544
    46   //TODO: fox!
    47   //@Test
     45  @Test
     46  @Ignore // TODO: fox!
    4847  public void testRun2() throws IllegalArgumentException, IllegalAccessException {
    4948    testNumberOfDecodedImages(0, SEARCH_SEQUENCES_URL_GEN, new Bounds(0, 0, 0, 0));
    5049  }
    5150
    52   //TODO: fox!
    53  //@Test
     51  @Test
     52  @Ignore // TODO: fox!
    5453  public void testRun3() throws IllegalArgumentException, IllegalAccessException {
    5554    testNumberOfDecodedImages(0, b -> {
     
    5857  }
    5958
    60   //TODO: fox!
    61  //@Test
     59  @Test
     60  @Ignore // TODO: fox!
    6261  public void testRun4() throws IllegalArgumentException, IllegalAccessException {
    6362    StreetsideProperties.CUT_OFF_SEQUENCES_AT_BOUNDS.put(true);
     
    6564  }
    6665
    67   //TODO: fox!
    68  //@Test
     66  @Test
     67  @Ignore // TODO: fox!
    6968  public void testRun5() throws IllegalArgumentException, IllegalAccessException {
    7069    StreetsideProperties.CUT_OFF_SEQUENCES_AT_BOUNDS.put(true);
Note: See TracChangeset for help on using the changeset viewer.