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) @17429   3 years GerdP fix #20325: Update Multipolygon removes tags instead of moving them to …
(edit) @17408   3 years GerdP fix #20238: update multipolygon on old-style multipolygon action …
(edit) @17406   3 years GerdP fix #20230: update multipolygon action removes tags from ways without …
(edit) @17394   3 years GerdP fix checkstyle issue
(edit) @17393   3 years GerdP see #10205: Strange align nodes in circle behavior - allow to define …
(edit) @17386   3 years GerdP fix #20041: Align nodes in Circle creates Command which changes …
(edit) @17343   3 years GerdP fix #20110: "Update multipolygon" strips natural=coastline from member …
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17289   3 years GerdP fix #20013: When combining two ways and one of them needs to have the …
(edit) @17277   3 years Don-vip see #16567 - fix more obvious test errors
(edit) @17276   3 years Don-vip see #16567 - fix obvious test errors + upgrade tests dependencies
(edit) @17275   3 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   4 years stoecker fix #19714, patch by gaben, don't complain about direction reversal in …
(edit) @16945   4 years simon04 see #19696 - Fix unit tests
(edit) @16771   4 years stoecker fix #19508 - better reversal function for number, patch by gaben
(edit) @16577   4 years simon04 see #19354 - Fix FixDataHookTest
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16371   4 years GerdP see #19121: fix unit test
(edit) @16300   4 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @16202   4 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16182   4 years simon04 Fix typos in Javadoc
(edit) @16162   4 years simon04 see #18948 - Use Utils.readBytesFromStream instead of …
(edit) @16159   4 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16048   4 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15883   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15852   4 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15728   4 years simon04 fix #18477 - Split Way: smart way selection If only one …
(edit) @15610   4 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15576   4 years GerdP see #18367: Improve unit test coverage so that …
(edit) @15575   4 years GerdP see #18204: - ignore tests until a fix is provided
(edit) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15563   4 years GerdP see #18204: revert r15561 which didn't help, add .projection() …
(edit) @15561   4 years GerdP see #18204: add code to initialize mapview to prevent random unit test …
(edit) @15558   4 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15555   4 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   5 years Don-vip see #17871 - add basic unit test
(edit) @15186   5 years Don-vip fix #17810 - incompletely downloaded turn restrictions sometimes break …
(edit) @15162   5 years GerdP see #17768: activate unit test
(edit) @15153   5 years Don-vip see #16301 - fix activation problem when filtering imagery sources
(edit) @15141   5 years GerdP see #17767 and #17768: add non regression unit tests Test …
(edit) @15070   5 years Don-vip fix #17701, fix #17702 - add robustness when loading imagery layers …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14822   5 years Don-vip add unit test for AboutAction
(edit) @14604   5 years Don-vip tools update: awaitility 3.1.5, equalsverifier 3.1.2, jmockit 1.44, …
(edit) @14542   5 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   6 years Don-vip see #15229 - move corrector package to actions.corrector
(edit) @14201   6 years Don-vip spotbugs - fix various issues found with Eclipse plugin
(edit) @14149   6 years Don-vip see #15229 - deprecate Main.pref
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14126   6 years Don-vip fix #16590 - fix unit tests (patch by ris)
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14081   6 years Don-vip see #16010 - Ignore tests using JMockit on Java 11+, workaround to …
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @14005   6 years Don-vip remove deprecated API
(edit) @14004   6 years Don-vip add workaround to https://github.com/jqno/equalsverifier/issues/197
(edit) @13950   6 years Don-vip use IPrimitive in SearchAction
(edit) @13938   6 years Don-vip workaround for following java compiler bugs: - …
(edit) @13927   6 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13496   6 years Don-vip minor fixes
(edit) @13352   6 years Don-vip fix #15816 - full XZ support
(edit) @13338   6 years Don-vip increase unit test timeout
(edit) @13313   6 years Don-vip see #15766 - fix java warning
(edit) @13300   6 years Don-vip fix #15742 - check downloaded plugin is valid *before* we delete any …
(edit) @13261   6 years Don-vip Open Location: new expert combobox to choose whether to zoom on …
(edit) @13108   6 years Don-vip fix #15538 - add robustness to AlignInLineAction
(edit) @13079   6 years Don-vip see #15560 - EqualsVerifier does not work with newer Java versions -> …
(edit) @12849   7 years bastiK see #15229 - use Config in tests
(edit) @12842   7 years bastiK see #15229 - fix test deprecations
(edit) @12828   7 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(edit) @12740   7 years Don-vip see #13036 - fix CreateMultipolygonActionTest - tags from outer ways …
(edit) @12731   7 years Don-vip see #13036 - execute commands in CreateMultipolygonActionTest when …
(edit) @12729   7 years Don-vip see #15229 - fix typos, warnings
(edit) @12728   7 years Don-vip see #13036 - fix more unit tests
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12632   7 years Don-vip see #15182 - fix unit tests
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12571   7 years Don-vip restore unit test timeout, as validator tests take some time to initialize
(edit) @12567   7 years Don-vip see #15102 - avoid useless API capabilities request
(edit) @12563   7 years Don-vip fix unit tests
Note: See TracRevisionLog for help on using the revision log.