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   4 years GerdP fix #20325: Update Multipolygon removes tags instead of moving them to …
(edit) @17408   5 years GerdP fix #20238: update multipolygon on old-style multipolygon action …
(edit) @17406   5 years GerdP fix #20230: update multipolygon action removes tags from ways without …
(edit) @17394   5 years GerdP fix checkstyle issue
(edit) @17393   5 years GerdP see #10205: Strange align nodes in circle behavior - allow to define …
(edit) @17386   5 years GerdP fix #20041: Align nodes in Circle creates Command which changes …
(edit) @17343   5 years GerdP fix #20110: "Update multipolygon" strips natural=coastline from member …
(edit) @17333   5 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17289   5 years GerdP fix #20013: When combining two ways and one of them needs to have the …
(edit) @17277   5 years Don-vip see #16567 - fix more obvious test errors
(edit) @17276   5 years Don-vip see #16567 - fix obvious test errors + upgrade tests dependencies
(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) @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   6 years GerdP see #18367: Improve unit test coverage so that …
(edit) @15575   6 years GerdP see #18204: - ignore tests until a fix is provided
(edit) @15574   6 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15563   6 years GerdP see #18204: revert r15561 which didn't help, add .projection() …
(edit) @15561   6 years GerdP see #18204: add code to initialize mapview to prevent random unit test …
(edit) @15558   6 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15555   6 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15455   6 years Don-vip see #18219, see #18216 - update unit tests
(edit) @15432   6 years Don-vip see #2760 - fix unit tests
(edit) @15431   6 years Don-vip fix #2760 - update unit tests (patch by Bjoeni)
(edit) @15428   6 years GerdP fix #18189 (18189-v3.patch)
(edit) @15419   6 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   7 years Don-vip see #17040 - fix unit tests
(edit) @14332   7 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14285   7 years Don-vip fix unit tests
(edit) @14281   7 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 …
(edit) @14126   7 years Don-vip fix #16590 - fix unit tests (patch by ris)
(edit) @14101   7 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(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) @14005   7 years Don-vip remove deprecated API
(edit) @14004   7 years Don-vip add workaround to https://github.com/jqno/equalsverifier/issues/197
(edit) @13950   7 years Don-vip use IPrimitive in SearchAction
(edit) @13938   7 years Don-vip workaround for following java compiler bugs: - …
(edit) @13927   7 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13733   7 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13572   7 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(edit) @13564   7 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13496   7 years Don-vip minor fixes
(edit) @13352   7 years Don-vip fix #15816 - full XZ support
(edit) @13338   7 years Don-vip increase unit test timeout
(edit) @13313   7 years Don-vip see #15766 - fix java warning
(edit) @13300   7 years Don-vip fix #15742 - check downloaded plugin is valid *before* we delete any …
(edit) @13261   7 years Don-vip Open Location: new expert combobox to choose whether to zoom on …
(edit) @13108   8 years Don-vip fix #15538 - add robustness to AlignInLineAction
(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) @12828   8 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(edit) @12740   8 years Don-vip see #13036 - fix CreateMultipolygonActionTest - tags from outer ways …
(edit) @12731   8 years Don-vip see #13036 - execute commands in CreateMultipolygonActionTest when …
(edit) @12729   8 years Don-vip see #15229 - fix typos, warnings
(edit) @12728   8 years Don-vip see #13036 - fix more unit tests
(edit) @12726   8 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12659   8 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   8 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   8 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   8 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12632   8 years Don-vip see #15182 - fix unit tests
(edit) @12630   8 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12571   8 years Don-vip restore unit test timeout, as validator tests take some time to initialize
(edit) @12567   8 years Don-vip see #15102 - avoid useless API capabilities request
(edit) @12563   8 years Don-vip fix unit tests
Note: See TracRevisionLog for help on using the revision log.