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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17275   5 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @17269   5 years Don-vip fix #19993 - handle multiline note comments in notes dialog
(edit) @17196   5 years simon04 see #15102 - see #16637 - get rid of real HTTP calls to …
(edit) @17195   5 years simon04 see #15102 - see #16637 - Use WireMockServer.url()
(edit) @17194   5 years simon04 see #15102 - see #16637 - get rid of real HTTP calls to …
(edit) @17192   5 years simon04 see #15102 - see #16637 - get rid of real HTTP calls to …
(edit) @17179   5 years simon04 see #7548 - Re-organize the preference dialog (fix unit tests)
(edit) @17162   5 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17160   5 years simon04 see #7548 - Re-organize the preference dialog (connection preferences)
(edit) @17149   5 years simon04 see #19370 - Fix GpxWriterTest, InspectPrimitiveDialogTest on Windows
(edit) @17125   5 years simon04 see #18200 - Fix WebMarkerTest after JMockit update
(edit) @17121   5 years simon04 see #18200 - Fix HelpBrowserTest after JMockit update (patch by …
(edit) @16979   5 years simon04 fix #19734 - Autofilter: clicking active rule/key opens GPS settings …
(edit) @16977   5 years simon04 Fix typo in Javadoc
(edit) @16969   5 years simon04 see #19510 - Fix unit tests
(edit) @16953   5 years simon04 Java 8: use Comparator.comparing
(edit) @16913   5 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16909   5 years simon04 see #19685, see #11593 - Add non-regression test
(edit) @16886   5 years simon04 fix #19633 - Route relations with split start do not show links as …
(edit) @16874   5 years stoecker deprecate OSM svn, see #19509
(edit) @16850   5 years simon04 fix #17836 - Download along several gpx tracks at once
(edit) @16824   5 years simon04 Remove Collection.contains check for Collection.remove
(edit) @16768   5 years simon04 fix #19449 ImageProviderTest.testGetPadded has slow startup, and a …
(edit) @16727   5 years simon04 fix #16567 - Fix ImageryPreferenceTestIT for JUnit 5 (patch by …
(edit) @16693   5 years simon04 see #16031 - Fix ComboTest.testUseLastAsDefault
(edit) @16691   5 years simon04 see #16031 - Add ComboTest.testUseLastAsDefault
(edit) @16690   5 years simon04 Extract PresetListEntry class
(edit) @16679   5 years simon04 Fix InspectPrimitiveDialogTest\
(edit) @16676   5 years simon04 see #19406 - Update InspectPrimitiveDialogTest
(edit) @16672   5 years simon04 see #19381 - Upload dialog: make warnings less intrusive
(edit) @16652   5 years GerdP see #19312: fix unit tests
(edit) @16643   6 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16618   6 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16606   6 years simon04 see #19320 - Fix URL encoding for taghistory.raifer.tech
(edit) @16597   6 years simon04 see #19369 - TaginfoAction.withTaginfoUrl: simplify construction of …
(edit) @16596   6 years simon04 fix #19320 - Add links to taghistory.raifer.tech
(edit) @16590   6 years simon04 fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
(edit) @16583   6 years simon04 see #19197 - Add FunctionsTest.testPref
(edit) @16560   6 years simon04 fix #19286 - External entities are resolved when parsing tagging …
(edit) @16533   6 years simon04 see #8352 - PropertiesDialog: add unit test for color tags
(edit) @16438   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16398   6 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16329   6 years simon04 fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal
(edit) @16322   6 years simon04 fix #18883 - InspectPrimitiveDialog: improve mapstyle summary
(edit) @16321   6 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
(edit) @16319   6 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
(edit) @16282   6 years simon04 see #8352, see #19075 - Presets: fix unit tests
(edit) @16257   6 years simon04 see #18961 - Fix InspectPrimitiveDialogTest
(edit) @16182   6 years simon04 Fix typos in Javadoc
(edit) @16164   6 years simon04 see #18948 - Fix Java warning
(edit) @16161   6 years simon04 see #18948 - Get rid of remaining com.google.common.collect
(edit) @16160   6 years simon04 see #18948 - Get rid of remaining ImmutableMap.of
(edit) @16159   6 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16128   6 years Don-vip see #17285 - add privacy-policy-url in mirror, check links in …
(edit) @16110   6 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16042   6 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16034   6 years simon04 Fix typo "preferred"
(edit) @16006   6 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15988   6 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15984   6 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15947   6 years simon04 see #18798, see #14088 - TagEditHelperTest: share code
(edit) @15946   6 years simon04 fix #18798, see #14088 - Crash when adding junction=roundabout to a …
(edit) @15935   6 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15927   6 years simon04 see #18764, see #14088 - Add non-regression test (fix for headless)
(edit) @15925   6 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15924   6 years Don-vip fix #18761 - only consider source=survey for local GPX files, not the …
(edit) @15923   6 years Don-vip fix #18638 - add a method to cycle through layers (patch by …
(edit) @15921   6 years simon04 see #18764, see #14088 - Add non-regression test (patch by taylor.smock)
(edit) @15871   6 years Don-vip see #18440 - register API key provider in integration test
(edit) @15843   6 years simon04 see #17109 - Autofilter: use dot as decimal separator
(edit) @15842   6 years simon04 fix #17109 - Autofilter: support 0.5 steps for level
(edit) @15839   6 years simon04 see #18679 - Autofilter: refactoring
(edit) @15838   6 years simon04 fix #18679 - Autofilter: extract numeric value from number+unit
(edit) @15822   6 years GerdP see #18654: Fix unit test OsmPrimitiveComparator.comparingUniqueId() …
(edit) @15810   6 years Don-vip see #14921 - hardcode valid time range for Sentinel-2 sources in …
(edit) @15777   6 years simon04 fix #13813 - Advanced object info: use consistent coordinates/bbox format
(edit) @15764   6 years simon04 fix #17496 - AutoFilter: infer sensible default values for layer
(edit) @15735   6 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15716   6 years simon04 Java 8: use String.join
(edit) @15702   6 years simon04 see #13901 - move Tag2Link to tools/
(edit) @15679   6 years simon04 see #13901 see #18542 - Obtain tag2link rules from OSM Sophox
(edit) @15677   6 years simon04 fix #18542, see #13901 - Obtain tag2link rules from Wikidata
(edit) @15673   6 years simon04 see #13901 - Reimplement Tag2Link in core The plugin tag2link has …
(edit) @15650   6 years Don-vip fix #18514 - display changeset toggle dialog entry in the window menu …
(edit) @15591   6 years Don-vip fix #18408 - Add trim_list mapCSS function (patch by taylor.smock)
(edit) @15539   6 years Don-vip increase integration test timeout
(edit) @15516   6 years Don-vip see #16796 - ignore test until a fix is provided
(edit) @15502   6 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15497   6 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   6 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15456   6 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(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) @15425   6 years Don-vip update unit test
(edit) @15423   6 years Don-vip fix #17240 - Presets: verify that wiki links are no redirect
(edit) @15419   6 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15400   6 years Don-vip Force metric measurement system only in tests requiring it as it …
(edit) @15399   6 years Don-vip force metric system in unit tests
(edit) @15398   6 years Don-vip fix unit tests and javadoc
(edit) @15396   6 years Don-vip fix unit tests and javadoc
Note: See TracRevisionLog for help on using the revision log.