Changeset 18886 in josm for trunk/test/unit/org
- Timestamp:
- 2023-10-30T20:42:22+01:00 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/ValidatorCLITest.java
r18870 r18886 88 88 89 89 @ParameterizedTest 90 @ValueSource(strings = {"resources/styles/standard/elemstyles.mapcss", "resources/styles/standard/potlatch2.mapcss"})90 @ValueSource(strings = "resources/styles/standard/elemstyles.mapcss") 91 91 void testInternalMapcss(final String resourceLocation) { 92 92 validatorCLI.processArguments(new String[]{"--input", resourceLocation});
Note:
See TracChangeset
for help on using the changeset viewer.