Changeset 34434 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test/unit
- Timestamp:
- 2018-07-22T23:49:23+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideDataTest.java
r34433 r34434 51 51 * another one in the database, the one that is being added should be ignored. 52 52 */ 53 @Ignore 53 54 @Test 54 55 public void addTest() { … … 68 69 * Test that the size is properly calculated. 69 70 */ 71 @Ignore 70 72 @Test 71 73 public void sizeTest() { … … 79 81 * and {@link StreetsideData#getHighlightedImage()} methods. 80 82 */ 83 @Ignore 81 84 @Test 82 85 public void highlighTest() { -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java
r34432 r34434 27 27 } 28 28 29 @Ignore 29 30 @Test 30 31 public void testGetIcon() { … … 32 33 } 33 34 35 @Ignore 34 36 @Test 35 37 public void testIsMergable() { … … 37 39 } 38 40 41 @Ignore 39 42 @Test(expected = UnsupportedOperationException.class) 40 43 public void testMergeFrom() { … … 42 45 } 43 46 47 @Ignore 44 48 @Test 45 49 public void testSetVisible() { … … 62 66 } 63 67 68 @Ignore 64 69 @Test 65 70 public void testGetInfoComponent() { -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSettingTest.java
r34432 r34434 42 42 } 43 43 44 @Ignore 44 45 @Test 45 46 public void testIsExpert() { … … 48 49 49 50 @SuppressWarnings("unchecked") 51 @Ignore 50 52 @Test 51 53 public void testOk() {
Note:
See TracChangeset
for help on using the changeset viewer.