Ignore:
Timestamp:
2024-06-07T09:51:18+02:00 (23 months ago)
Author:
GerdP
Message:

fix #23715: Plugin Relation Toolbox began to remove multipuligons

  • don't change member list to empty list if relation is not valid
  • add/improve unit tests
  • fix project files to allow running unit tests in Eclipse
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/test/unit/relcontext/relationfix/BoundaryFixerTest.java

    r36103 r36280  
    6161                new RelationMember("outer", TestUtils.newWay("", TestUtils.newNode(""), TestUtils.newNode(""))));
    6262        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")));
    6464        final Relation relationRelation = TestUtils.newRelation("type=boundary boundary=administrative",
    6565                new RelationMember("subarea", TestUtils.newRelation("")));
Note: See TracChangeset for help on using the changeset viewer.