Changeset 34433 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org
- Timestamp:
- 2018-07-22T03:40:39+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideDataTest.java
r34432 r34433 91 91 * Tests the selection of images. 92 92 */ 93 @Ignore 93 94 @Test 94 95 public void selectTest() { -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/history/StreetsideRecordTest.java
r34386 r34433 10 10 11 11 import org.junit.Before; 12 import org.junit.Ignore; 12 13 import org.junit.Rule; 13 14 import org.junit.Test; … … 57 58 * Test commands in general. 58 59 */ 60 @Ignore 59 61 @Test 60 62 public void commandTest() { … … 113 115 * Tests {@link CommandMove} class. 114 116 */ 117 @Ignore 115 118 @Test 116 119 public void commandMoveTest() { … … 147 150 * Tests {@link CommandTurn} class. 148 151 */ 152 @Ignore 149 153 @Test 150 154 public void commandTurnTest() { … … 178 182 * Tests {@link CommandJoin} class. 179 183 */ 184 @Ignore 180 185 @Test 181 186 public void commandJoinClass() { … … 194 199 } 195 200 201 @Ignore 196 202 @Test(expected=NullPointerException.class) 197 203 public void commandJoinNull1() { … … 199 205 } 200 206 207 @Ignore 201 208 @Test(expected=NullPointerException.class) 202 209 public void commandJoinNull2() { … … 207 214 * Tests {@link CommandUnjoin} class. 208 215 */ 216 @Ignore 209 217 @Test 210 218 public void commandUnjoinClass() {
Note:
See TracChangeset
for help on using the changeset viewer.