Ignore:
Timestamp:
2016-11-09T23:11:04+01:00 (7 years ago)
Author:
bastiK
Message:

applied #13307 - various improvements to MultipolygonTest (patch by Gerd Petermann)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java

    r10991 r11227  
    8484        ValidatorTestUtils.testSampleFile("data_nodist/multipolygon.osm",
    8585                ds -> ds.getRelations().stream().filter(Relation::isMultipolygon).collect(Collectors.toList()),
    86                 name -> name.startsWith("06") || name.startsWith("07"), MULTIPOLYGON_TEST, RELATION_TEST);
     86                name -> name.startsWith("06") || name.startsWith("07") || name.startsWith("08"), MULTIPOLYGON_TEST, RELATION_TEST);
    8787    }
    8888}
Note: See TracChangeset for help on using the changeset viewer.