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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19292   8 weeks taylor.smock See #23913: Fetch remote API keys for Bing imagery This disables a …
(edit) @19289   2 months taylor.smock Fix #24097: Zoom to imagery layer This fixes two issues: 1. Adds …
(edit) @19227   6 months taylor.smock Fix #20908: IllegalStateException: JOSM expected to find primitive in …
(edit) @19155   8 months taylor.smock Fix tests broken by r19152
(edit) @19078   11 months taylor.smock Fix #4142: Track fully downloaded objects (patch by stoecker, GerdP, …
(edit) @19066   11 months GerdP fix #23641: When mapping a forest inside a forest and make that inner, …
(edit) @19056   11 months taylor.smock Fix last failing test in Java 21 * Generate Java 21 image files …
(edit) @19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18965   14 months taylor.smock See #23444: Fix an additional NPE found during testing …
(edit) @18963   14 months taylor.smock Fix #23444: NPE in …
(edit) @18935   14 months taylor.smock Fix #23399: Simplify way crashes This was primarily caused by …
(edit) @18893   17 months taylor.smock Fix #16567: Upgrade to JUnit 5 JOSMTestRules and JOSMTestFixture can …
(edit) @18870   18 months taylor.smock See #16567: Update to JUnit 5 This converts most tests to use …
(edit) @18853   18 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18837   18 months taylor.smock Fix #23057: An invisible layer should not become active when removing …
(edit) @18814   20 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
(edit) @18807   20 months taylor.smock Allow importing geojson files that were saved to a session file * …
(edit) @18800   20 months taylor.smock Add WindowMocker to test to fix test failure
(edit) @18799   20 months taylor.smock See r18798: Actually use the @Territories annotation This also fixes …
(edit) @18776   21 months taylor.smock See #23049, fix an issue where tests might visit the entire dataset …
(edit) @18775   21 months taylor.smock Fix #23049: Informational errors cause validator dialog to occur on …
(edit) @18690   2 years taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18630   2 years taylor.smock see r18628: {apikey} fails for Swedish historic orthophoto endpoint …
(edit) @18615   2 years taylor.smock Fix #22504: Circularize multiple selected ways (patch by qeef, modified)
(edit) @18612   2 years taylor.smock Fix #13097: Angle snapping impossible with WGS84 projection
(edit) @18526   3 years taylor.smock Fix tests that have been broken on Mac and Windows Mac was due to …
(edit) @18487   3 years taylor.smock PMD/Checkstyle fixes for r18485
(edit) @18485   3 years taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18466   3 years taylor.smock Fix #21813: Improve marker handling in sessions and #21923: Improve …
(edit) @18443   3 years taylor.smock Fix #17288: Notes progress bar shows no progress (patch by gaben, …
(edit) @18350   3 years Don-vip see #21005 - fix assumption
(edit) @18349   3 years Don-vip see #21005 - Assume security manager property is set on Java >= 18 …
(edit) @18317   3 years GerdP see #20982: Douglas-Peucker implementation is wrong adapt unit test
(edit) @18306   3 years Don-vip see #21476 - fix non-regression test in CI environment (patch by …
(edit) @18302   3 years Don-vip see #21476 - disable failing test + fix checkstyle violations
(edit) @18299   3 years Don-vip fix #21476 - Fix and add non-regression test for …
(edit) @18106   4 years Don-vip fix #21150 - Add JUnit5 annotation for WireMockServer (patch by …
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @17996   4 years Don-vip fix #20965 - History browser: fix NPE when restoring deleted tag value …
(edit) @17429   4 years GerdP fix #20325: Update Multipolygon removes tags instead of moving them to …
(edit) @17408   4 years GerdP fix #20238: update multipolygon on old-style multipolygon action …
(edit) @17406   4 years GerdP fix #20230: update multipolygon action removes tags from ways without …
(edit) @17394   4 years GerdP fix checkstyle issue
(edit) @17393   4 years GerdP see #10205: Strange align nodes in circle behavior - allow to define …
(edit) @17386   4 years GerdP fix #20041: Align nodes in Circle creates Command which changes …
(edit) @17343   4 years GerdP fix #20110: "Update multipolygon" strips natural=coastline from member …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17289   4 years GerdP fix #20013: When combining two ways and one of them needs to have the …
(edit) @17277   4 years Don-vip see #16567 - fix more obvious test errors
(edit) @17276   4 years Don-vip see #16567 - fix obvious test errors + upgrade tests dependencies
(edit) @17275   4 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17195   4 years simon04 see #15102 - see #16637 - Use WireMockServer.url()
(edit) @17023   5 years stoecker fix #19714, patch by gaben, don't complain about direction reversal in …
(edit) @16945   5 years simon04 see #19696 - Fix unit tests
(edit) @16771   5 years stoecker fix #19508 - better reversal function for number, patch by gaben
(edit) @16577   5 years simon04 see #19354 - Fix FixDataHookTest
(edit) @16438   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16371   5 years GerdP see #19121: fix unit test
(edit) @16300   5 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @16202   5 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16182   5 years simon04 Fix typos in Javadoc
(edit) @16162   5 years simon04 see #18948 - Use Utils.readBytesFromStream instead of …
(edit) @16159   5 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16048   5 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @16006   5 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15883   5 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15852   5 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15728   5 years simon04 fix #18477 - Split Way: smart way selection If only one …
(edit) @15610   5 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15576   5 years GerdP see #18367: Improve unit test coverage so that …
(edit) @15575   5 years GerdP see #18204: - ignore tests until a fix is provided
(edit) @15574   5 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15563   5 years GerdP see #18204: revert r15561 which didn't help, add .projection() …
(edit) @15561   5 years GerdP see #18204: add code to initialize mapview to prevent random unit test …
(edit) @15558   5 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15555   5 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15455   5 years Don-vip see #18219, see #18216 - update unit tests
(edit) @15432   5 years Don-vip see #2760 - fix unit tests
(edit) @15431   5 years Don-vip fix #2760 - update unit tests (patch by Bjoeni)
(edit) @15428   5 years GerdP fix #18189 (18189-v3.patch)
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15216   6 years Don-vip see #17871 - add basic unit test
(edit) @15186   6 years Don-vip fix #17810 - incompletely downloaded turn restrictions sometimes break …
(edit) @15162   6 years GerdP see #17768: activate unit test
(edit) @15153   6 years Don-vip see #16301 - fix activation problem when filtering imagery sources
(edit) @15141   6 years GerdP see #17767 and #17768: add non regression unit tests Test …
(edit) @15070   6 years Don-vip fix #17701, fix #17702 - add robustness when loading imagery layers …
(edit) @15034   6 years Don-vip checkstyle/PMD
(edit) @14977   6 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14822   6 years Don-vip add unit test for AboutAction
(edit) @14604   6 years Don-vip tools update: awaitility 3.1.5, equalsverifier 3.1.2, jmockit 1.44, …
(edit) @14542   6 years Don-vip see #17040 - fix unit tests
(edit) @14332   6 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14285   6 years Don-vip fix unit tests
(edit) @14281   6 years Don-vip see #12726 - accessors for undo/redo commands
(edit) @14256   7 years Don-vip see #15229 - move corrector package to actions.corrector
(edit) @14201   7 years Don-vip spotbugs - fix various issues found with Eclipse plugin
(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) @14134   7 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
Note: See TracRevisionLog for help on using the revision log.