source: josm/trunk/test/unit/org/openstreetmap/josm/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19223   9 months taylor.smock Add JUnit5 tags to integration tests, functional tests, and …
(edit) @19209   10 months taylor.smock Add @Plugins annotation to clean up after plugins have been loaded in …
(edit) @19109   12 months taylor.smock See #17858: Remove old workarounds for javabugs and update …
(edit) @19050   14 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18893   20 months taylor.smock Fix #16567: Upgrade to JUnit 5 JOSMTestRules and JOSMTestFixture can …
(edit) @18870   20 months taylor.smock See #16567: Update to JUnit 5 This converts most tests to use …
(edit) @18799   23 months taylor.smock See r18798: Actually use the @Territories annotation This also fixes …
(edit) @18694   2 years taylor.smock Fix #22381: Try to automatically install newly required plugins on …
(edit) @18690   2 years taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18637   2 years taylor.smock See #18230: Move RightAngleBuildingTest error code to 4101 from 3701. …
(edit) @18636   2 years taylor.smock Fix #21423: Prevent error codes from clashing This works by creating …
(edit) @18267   4 years Don-vip PluginHandlerTestIT: Skip unofficial plugins in headless mode, too …
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @17857   4 years Don-vip improve PluginHandlerTestIT assertions readability
(edit) @17573   4 years simon04 see #20563 - Fix PluginHandler, PluginInformation Regression of r17571.
(edit) @17571   4 years simon04 fix #20563 - PluginListParser.parse amounts to 80% of allocations …
(edit) @17383   5 years Don-vip see #16567 - better assertion error messages for rules/plugins …
(edit) @17288   5 years Don-vip see #16567 - fix integration tests
(edit) @17275   5 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17195   5 years simon04 see #15102 - see #16637 - Use WireMockServer.url()
(edit) @17129   5 years simon04 PluginHandlerTestIT: use our Utils.getRootCause
(edit) @17089   5 years simon04 see #19888 - Make PluginHandlerJOSMTooOldTest more robust
(edit) @16913   5 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16667   5 years simon04 see #19397 - Fix unit tests on JDK8
(edit) @16666   5 years simon04 see #19397 - Fix PluginHandlerJOSMTooOldTest
(edit) @16161   5 years simon04 see #18948 - Get rid of remaining com.google.common.collect
(edit) @16160   5 years simon04 see #18948 - Get rid of remaining ImmutableMap.of
(edit) @16159   5 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @15737   5 years Don-vip fix #18576 - fix PluginHandlerTest#testBuildListOfPluginsToLoad unit test
(edit) @15723   5 years simon04 Fix unit tests
(edit) @15717   5 years simon04 Java 8: use Collectors.joining
(edit) @15508   6 years Don-vip fix #18277 - Allow plugins to implement Destroyable if they want to …
(edit) @15242   6 years Don-vip disable HeadlessException check when loading plugins (for real)
(edit) @15239   6 years Don-vip disable HeadlessException check when loading plugins - we cannot force …
(edit) @14781   6 years Don-vip see #16912 - update javafx plugin name
(edit) @14778   6 years Don-vip see #16912 - filter plugins requiring JavaFX on Java < 11 and headless mode
(edit) @14776   6 years Don-vip see #16912 - Ignore HeadlessException with JavaFX components. Issue …
(edit) @14770   6 years Don-vip see #16912 - Ignore HeadlessException with JavaFX components. Issue …
(edit) @14317   7 years Don-vip fix #16835 - PluginHandlerTest: fix for non-headless mode by properly …
(edit) @14239   7 years Don-vip see #16682 - On Java 9/10 and headless mode, filter plugins requiring …
(edit) @14235   7 years Don-vip make sure https is properly initialized for integration tests
(edit) @14213   7 years Don-vip fix #16700 - add new tests exercising handling of plugins that …
(edit) @14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14149   7 years Don-vip see #15229 - deprecate Main.pref
(edit) @14138   7 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14113   7 years Don-vip name GPX layers in PluginHandlerTestIT to help debugging
(edit) @14111   7 years Don-vip should fix NPE seen in PluginHandlerTestIT
(edit) @14093   7 years Don-vip drop unitils library. It was only added to avoid implementing …
(edit) @14081   7 years Don-vip see #16010 - Ignore tests using JMockit on Java 11+, workaround to …
(edit) @14052   7 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @13993   7 years Don-vip see #16400 - update integration test to detect invalid manifest entries
(edit) @13793   7 years Don-vip see #16288 - replace similar i18n strings (script update for plugins)
(edit) @13079   8 years Don-vip see #15560 - EqualsVerifier does not work with newer Java versions -> …
(edit) @12849   8 years bastiK see #15229 - use Config in tests
(edit) @12842   8 years bastiK see #15229 - fix test deprecations
(edit) @12754   8 years Don-vip see #15229 - see #15182 - see #13036 - update unit tests
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12625   8 years Don-vip filter josm-config plugin - see …
(edit) @12337   8 years michael2402 PluginHandlerTestIT: Remove unused import.
(edit) @12323   8 years bastiK see #14901 - some cleanup
(edit) @11974   8 years Don-vip add unit tests, javadoc
(edit) @10988   9 years Don-vip improve plugin integration test
(edit) @10986   9 years Don-vip improve plugin integration test, increase unit test timeout
(edit) @10758   9 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10560   9 years Don-vip Increase default timeout to avoid random network errors on big jar …
(edit) @10222   9 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10123   9 years Don-vip fix unit test failing with clean jenkins workspace
(edit) @10093   9 years Don-vip add more unit tests
(edit) @10050   9 years Don-vip add more unit tests
(edit) @9870   9 years Don-vip PluginHandler: deprecate kendzi3d-jogl plugin, remove unused code, …
(edit) @9815   9 years Don-vip see #12514, see #12533 - fix/ignore longstanding problems in unit tests
(edit) @9666   9 years stoecker see #12410 fix style of tests
(edit) @9501   9 years Don-vip make the distinction between unit tests (*Test.java) and integration …
(edit) @9458   9 years Don-vip timeouts for unit/performance tests
(edit) @9429   9 years Don-vip ignore plugin from EB Dirigo in plugin unit test (closed source + lack …
(edit) @9166   9 years Don-vip set a 10 minutes timeout for extensions unit tests to avoid network hang
(edit) @8938   10 years Don-vip add new unit test to check that all available plugins can be loaded
(add) @8881   10 years Don-vip add unit test for plugin list download
Note: See TracRevisionLog for help on using the revision log.