source: josm/trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19153   2 months taylor.smock Fix #23821: Ensure that a new layer is loaded prior to loading …
(edit) @19152   2 months taylor.smock See #23821: Refactor LoadAndZoomHandler and add tests This fixes some …
(edit) @19142   2 months taylor.smock Fix OAuth2 tests
(edit) @19136   3 months taylor.smock See #23754: Fix test for UploadPrimitivesTask
(edit) @19134   3 months taylor.smock Fix broken Tag2Link test (due to external reordering of preferred links)
(edit) @19125   3 months GerdP see #23748: NPE: Reverse way direction: Automatic tag correction - add …
(edit) @19121   3 months taylor.smock See #17858: Replace most calls to StandardCharsets.UTF_8.name() with …
(edit) @19120   3 months taylor.smock See #17858: Update code for newer Java features Also add a note that …
(edit) @19118   3 months taylor.smock See #23743: MinimapDialogTest was failing This re-adds parameter …
(edit) @19117   3 months taylor.smock Fix #23743: MinimapDialogTest was failing This does two things: 1. …
(edit) @19109   3 months taylor.smock See #17858: Remove old workarounds for javabugs and update …
(edit) @19108   3 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19106   4 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19103   4 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19097   4 months taylor.smock Fix #8269: Add initial maven pom files This additionally deletes …
(edit) @19092   4 months stoecker fix #23702, see #23621 - improve length unit conversion
(edit) @19089   4 months stoecker see #23621 - add unit conversion for length values
(edit) @19087   4 months stoecker Hmm, am I the only one who finds junit output very confusing?
(edit) @19086   4 months stoecker fix some test failures
(edit) @19082   5 months taylor.smock Fix intermittent test failures This fixes at least one cause of the …
(edit) @19080   5 months taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
(edit) @19078   5 months taylor.smock Fix #4142: Track fully downloaded objects (patch by stoecker, GerdP, …
(edit) @19077   5 months taylor.smock Fix #23666: commons-io dependency not included in ivy.xml This …
(edit) @19066   5 months GerdP fix #23641: When mapping a forest inside a forest and make that inner, …
(edit) @19065   5 months GerdP see #21881 Add a check for loops in directional waterways Fix code in …
(edit) @19064   5 months GerdP see #21881 Add a check for loops in directional waterways - fix @since …
(edit) @19062   5 months GerdP fix #21881: Add a check for loops in directional waterways Patch by …
(edit) @19057   5 months stoecker fix checkstyle
(edit) @19056   5 months taylor.smock Fix last failing test in Java 21 * Generate Java 21 image files …
(edit) @19055   5 months taylor.smock Fix tests in Java 21 * Regenerate Java 21 image files (probably from …
(edit) @19054   5 months taylor.smock See r19043: Drop COMPAT locale provider The CLDR provider does not …
(edit) @19053   5 months taylor.smock See r19043: Drop COMPAT locale provider Update a test that expected a …
(edit) @19052   5 months taylor.smock Fix some wiremock tests -- wiremock no longer considers // to be a …
(edit) @19050   5 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @19033   6 months GerdP fix #23599: Error opening osm.pbf if way has negative ID or incomplete …
(edit) @19029   6 months GerdP fix #9304: in validator, check for intersecting roads in different …
(edit) @19025   6 months taylor.smock Fix #23177: Change ref:gnis to gnis:feature_id in the waterway …
(edit) @19024   6 months taylor.smock Fix #23550: Error when deserializing PBF Blog (patch by giora.kosoi, …
(edit) @19014   7 months GerdP fix #23527: Memory leak in relation editor - add new method …
(edit) @19011   7 months GerdP fix #23509: Test-Failure because of r18994,r18996 The patch changes …
(edit) @19004   7 months GerdP see #23514: add @Territories annotation
(edit) @19003   7 months GerdP fix #23514: add @Territories annotation
(edit) @18992   7 months taylor.smock See #23485/r18989: Fix broken tests The tests just needed to have a …
(edit) @18991   7 months taylor.smock Fix #22810: OSM OAuth 1.0a/Basic auth deprecation and removal As of …
(edit) @18985   8 months taylor.smock Fix #23355: Sanity check JVM arguments on startup See #17858: JOSM …
(edit) @18983   8 months taylor.smock Fix #23471: fix an inconsistency between fast ASCII sort and slower …
(edit) @18981   8 months taylor.smock See #23290/r18980: Update test messages
(edit) @18977   8 months taylor.smock See #23468: Improve performance in the validator tree window This …
(edit) @18976   8 months GerdP fix #20424, fix #20425: Duplicate relations not detected with …
(edit) @18974   8 months taylor.smock Fix #23465: Remove custom checkstyle plugin TopLevelJavadocCheck.java …
(edit) @18972   8 months taylor.smock See #23465: Add additional javadoc comments This also fixes some …
(edit) @18965   8 months taylor.smock See #23444: Fix an additional NPE found during testing …
(edit) @18963   8 months taylor.smock Fix #23444: NPE in …
(edit) @18961   8 months GerdP see #23397: Improve the results of partial validations - correct last …
(edit) @18958   8 months taylor.smock Fix #23418: Improve unit test consistency when run with non-English …
(edit) @18935   9 months taylor.smock Fix #23399: Simplify way crashes This was primarily caused by …
(edit) @18927   9 months taylor.smock Fix #23316: MarkerLayer should return an empty list instead of a list …
(edit) @18922   9 months taylor.smock Fix #23302: Create a preference for address duplicate detection to …
(edit) @18921   9 months taylor.smock Fix #23308: Fix a false positive for "Water area inside water area" …
(edit) @18918   9 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
(edit) @18896   11 months taylor.smock Fix #23235: Revert r18869 The URI specification only allows for ascii …
(edit) @18895   11 months taylor.smock Fix #23057: data layers should be selected next, not non-data layers …
(edit) @18893   11 months taylor.smock Fix #16567: Upgrade to JUnit 5 JOSMTestRules and JOSMTestFixture can …
(edit) @18892   11 months taylor.smock Fix #23257: MVTTileTest has an infrequently hit race condition (patch …
(edit) @18890   11 months taylor.smock Fix #23256: AbstractPrimitive::putAll not updating values (patch by …
(edit) @18888   11 months taylor.smock See #18866: Remove Potlatch2 from the built-in styles This fixes the …
(edit) @18886   11 months taylor.smock Fix #18866: Remove Potlatch2 from the built-in styles. It has been …
(edit) @18876   11 months taylor.smock See #23238: Some MapCSS functions cause NPEs when part of fixAdd
(edit) @18875   11 months taylor.smock Fix #23238: Some MapCSS functions cause NPEs when part of fixAdd
(edit) @18870   12 months taylor.smock See #16567: Update to JUnit 5 This converts most tests to use …
(edit) @18869   12 months taylor.smock Fix #23235: Allow unicode characters in URL paths
(edit) @18867   12 months taylor.smock See #16567: Update to JUnit 5 This adds the @TaggingPresets
(edit) @18866   12 months taylor.smock Fix #23196: DataIntegrityProblemException: Primitive must be part of …
(edit) @18856   12 months taylor.smock See #23218: Adapt rendering tests for Java 21
(edit) @18854   12 months taylor.smock Fix regression from r18853: test-compile failing due to an import for …
(edit) @18853   12 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18847   12 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
(edit) @18844   12 months taylor.smock Fix some recently introduced issues * Fix some issues with updated …
(edit) @18842   12 months taylor.smock Fix #23191: NPE in AddTagsDialog This is caused when a new layer is …
(edit) @18840   12 months taylor.smock Revert r18838, see #23008: natural=coastline does not work well with …
(edit) @18839   12 months taylor.smock Fix #23179: Include changeset in note comment if feasible (patch by …
(edit) @18837   12 months taylor.smock Fix #23057: An invisible layer should not become active when removing …
(edit) @18833   12 months taylor.smock Fix #17052: Allow plugins to save state to session file The primary …
(edit) @18829   12 months taylor.smock Fix #16998: Add parent_osm_primitives and convert_primitives_to_string
(edit) @18828   13 months taylor.smock See #22810: OSM OAuth 1.0a/Basic auth deprecation and removal This …
(edit) @18827   13 months taylor.smock See #23165: Use test file with smaller (Integer.MAX_VALUE) changeset id
(edit) @18826   13 months taylor.smock Fix #23165: Cannot assign a changesetId > 0 to a new primitive There …
(edit) @18824   13 months taylor.smock Fix #23153: Remote Control API call is adding hashtags many times …
(edit) @18823   13 months taylor.smock Improve performance for …
(edit) @18821   13 months taylor.smock Fix #23140: RejectedExecutionException when …
(edit) @18819   13 months taylor.smock See #22652, r18817: Stop parsing gpx files when point elements have …
(edit) @18818   13 months taylor.smock Fix tests
(edit) @18817   13 months taylor.smock Fix #22652: Stop parsing gpx files when wpt elements do not have valid …
(edit) @18816   13 months taylor.smock Fix #23134: Cancelling a json download will cause an exception dialog …
(edit) @18814   14 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
(edit) @18811   14 months taylor.smock Fix #23124: Azul Java 17.0.4.1 will cause a NumberFormatException …
(edit) @18807   14 months taylor.smock Allow importing geojson files that were saved to a session file * …
(edit) @18806   14 months taylor.smock Fix #23119: NPE in RemoteEntry.getLastModified
(edit) @18805   14 months taylor.smock Fix #23117: NPE in PlaceSelection$NamedResultTableModel This occurs …
(edit) @18804   14 months taylor.smock Fix #23116: Adding a member to a newly created relation will cause an …
Note: See TracRevisionLog for help on using the revision log.