Changeset 36271 in osm for applications/editors/josm/plugins/utilsplugin2/test/unit
- Timestamp:
- 2024-06-04T23:58:58+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/test/unit/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectActionTest.java
r36216 r36271 79 79 this.dataSet.addPrimitive(newWay.getNode(1)); 80 80 this.dataSet.addPrimitive(newWay); 81 this.dataSet.allPrimitives().forEach(p -> p.setReferrersDownloaded(true)); 81 82 82 83 this.dataSet.setSelected(outer.firstNode(), outer.getNode(1));
Note:
See TracChangeset
for help on using the changeset viewer.