Changeset 36280 in osm for applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/BoundaryFixerTest.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/BoundaryFixerTest.java
r36103 r36280 61 61 new RelationMember("outer", TestUtils.newWay("", TestUtils.newNode(""), TestUtils.newNode("")))); 62 62 final Relation nodeRelation = TestUtils.newRelation("type=boundary boundary=administrative", 63 new RelationMember("admin_centre", TestUtils.newNode(""))); 63 new RelationMember("admin_centre", TestUtils.newNode("place=city"))); 64 64 final Relation relationRelation = TestUtils.newRelation("type=boundary boundary=administrative", 65 65 new RelationMember("subarea", TestUtils.newRelation("")));
Note:
See TracChangeset
for help on using the changeset viewer.
