Changeset 36280 in osm for applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/AssociatedStreetFixerTest.java
- Timestamp:
- 2024-06-07T09:51:18+02:00 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/AssociatedStreetFixerTest.java
r36103 r36280 45 45 new RelationMember("street", TestUtils.newWay("highway=residential name=FooBar", TestUtils.newNode(""), TestUtils.newNode(""))), 46 46 new RelationMember("house", TestUtils.newNode(""))); 47 final DataSet ds = new DataSet(); 48 ds.addPrimitiveRecursive(relation); 47 49 return Stream.of(relation); 48 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
