Changeset 18694 in josm for trunk/test/data/META-INF


Ignore:
Timestamp:
2023-03-16T22:09:01+01:00 (21 months ago)
Author:
taylor.smock
Message:

Fix #22381: Try to automatically install newly required plugins on plugin update

This additionally updates the plugin tests to JUnit 5 (see #16567). Some tests
required fixing (for example, MinimapDialogTest fails if the system of
measurement is metric).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/data/META-INF/services/org.junit.jupiter.api.extension.Extension

    r18672 r18694  
     1# These are the default extensions to run (all tests with JOSMTestRules would have done these by default)
     2org.openstreetmap.josm.testutils.annotations.BasicPreferences$BasicPreferencesExtension
    13org.openstreetmap.josm.testutils.annotations.HTTP$HTTPExtension
     4org.openstreetmap.josm.testutils.annotations.I18n$I18nExtension
     5org.openstreetmap.josm.testutils.annotations.JosmDefaults$DefaultsExtension
    26org.openstreetmap.josm.testutils.annotations.LayerManager$LayerManagerExtension
     7org.openstreetmap.josm.testutils.annotations.Logging$LoggingExtension
     8org.openstreetmap.josm.testutils.annotations.Timezone$TimezoneExtension
Note: See TracChangeset for help on using the changeset viewer.