Changeset 36484 in osm for applications/editors/josm/plugins/terracer/test
- Timestamp:
- 2026-02-12T17:33:22+01:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/test/unit/org/openstreetmap/josm/plugins/terracer/ReverseTerraceActionTest.java
r36483 r36484 52 52 dataSet.setSelected(way2); 53 53 new TerracerAction().terraceBuilding(way2, null, null, null, 5, 54 "80", "88", 2, Collections.emptyList(), null, false, false, "apartments"); 54 "80", "88", 2, Collections.emptyList(), null, false, false, "apartments", false); 55 55 final List<Way> addressedWays = dataSet.getWays().stream().filter(w -> w != way1) 56 56 .sorted(Comparator.comparingLong(w -> -w.getUniqueId())).collect(Collectors.toList());
Note:
See TracChangeset
for help on using the changeset viewer.
