Changeset 36064 in osm for applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java
- Timestamp:
- 2023-03-21T14:49:10+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java
r34148 r36064 17 17 import javax.swing.JScrollPane; 18 18 19 import org.junit. Ignore;19 import org.junit.jupiter.api.Disabled; 20 20 import org.openstreetmap.josm.data.coor.LatLon; 21 21 import org.openstreetmap.josm.data.osm.DataSet; … … 34 34 * {@see TurnRestrictionLegEditor} 35 35 */ 36 @ Ignore("no test")36 @Disabled("no test") 37 37 public class TurnRestrictionLegEditorTest extends JFrame { 38 38
Note:
See TracChangeset
for help on using the changeset viewer.