|
Last change
on this file since 18694 was 18694, checked in by taylor.smock, 3 years ago |
|
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 size:
620 bytes
|
| Line | |
|---|
| 1 | # These are the default extensions to run (all tests with JOSMTestRules would have done these by default)
|
|---|
| 2 | org.openstreetmap.josm.testutils.annotations.BasicPreferences$BasicPreferencesExtension
|
|---|
| 3 | org.openstreetmap.josm.testutils.annotations.HTTP$HTTPExtension
|
|---|
| 4 | org.openstreetmap.josm.testutils.annotations.I18n$I18nExtension
|
|---|
| 5 | org.openstreetmap.josm.testutils.annotations.JosmDefaults$DefaultsExtension
|
|---|
| 6 | org.openstreetmap.josm.testutils.annotations.LayerManager$LayerManagerExtension
|
|---|
| 7 | org.openstreetmap.josm.testutils.annotations.Logging$LoggingExtension
|
|---|
| 8 | org.openstreetmap.josm.testutils.annotations.Timezone$TimezoneExtension
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.