Changeset 15575 in josm
- Timestamp:
- 2019-12-09T09:59:29+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/JoinNodeWayActionTest.java
r15563 r15575 9 9 import java.util.stream.Collectors; 10 10 11 import org.junit.Ignore; 11 12 import org.junit.Rule; 12 13 import org.junit.Test; … … 58 59 */ 59 60 @Test 61 @Ignore 60 62 public void testTicket18189() throws Exception { 61 63 DataSet dataSet = new DataSet(); … … 103 105 */ 104 106 @Test 107 @Ignore 105 108 public void testTicket11508() throws Exception { 106 109 DataSet ds = OsmReader.parseDataSet(TestUtils.getRegressionDataStream(11508, "11508_example.osm"), null); … … 131 134 */ 132 135 @Test 136 @Ignore 133 137 public void testTicket18189Crossing() throws Exception { 134 138 DataSet ds = OsmReader.parseDataSet(TestUtils.getRegressionDataStream(18189, "moveontocrossing.osm"), null); … … 156 160 */ 157 161 @Test 162 @Ignore 158 163 public void testTicket18189ThreeWays() throws Exception { 159 164 DataSet ds = OsmReader.parseDataSet(TestUtils.getRegressionDataStream(18189, "data.osm"), null);
Note:
See TracChangeset
for help on using the changeset viewer.