Changeset 18886 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2023-10-30T20:42:22+01:00 (12 months ago)
Author:
taylor.smock
Message:

Fix #18866: Remove Potlatch2 from the built-in styles. It has been replaced with wiki:Styles/Potlatch2.

Users who have the built-in Potlatch2 style enabled when they upgrade to this
revision or later will automatically have wiki:Styles/Potlatch2 added to their
style list and enabled.

File:
1 edited

Legend:

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

    r18870 r18886  
    8888
    8989    @ParameterizedTest
    90     @ValueSource(strings = {"resources/styles/standard/elemstyles.mapcss", "resources/styles/standard/potlatch2.mapcss"})
     90    @ValueSource(strings = "resources/styles/standard/elemstyles.mapcss")
    9191    void testInternalMapcss(final String resourceLocation) {
    9292        validatorCLI.processArguments(new String[]{"--input", resourceLocation});
Note: See TracChangeset for help on using the changeset viewer.