source: josm/trunk/test/unit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19565   3 weeks gaben show a message when no plugins are installed
(edit) @19539   2 months stoecker see #24635 - remove usage of Date
(edit) @19528   3 months stoecker see #24637 - patch by zkir (modified a bit) - allow to handle more …
(edit) @19527   3 months stoecker checkstyle
(edit) @19526   3 months stoecker IANA update
(edit) @19522   3 months stoecker fix deprecation
(edit) @19519   3 months stoecker unify eol-style
(edit) @19518   3 months stoecker make test locale aware
(edit) @19515   3 months stoecker see #24601 - use different cache names for different tests (may be …
(edit) @19507   3 months stoecker adapt to changed OpeningHours error message
(edit) @19502   3 months stoecker fix test
(edit) @19498   3 months stoecker fix warnings
(edit) @19497   3 months stoecker remove files which are no longer needed since r16727, add some ignores
(edit) @19495   3 months stoecker see #24601 - Nope, didn't help - do I really need to setup a Java 25 …
(edit) @19494   3 months stoecker see #24601 - it seems to be a bug in JCS which pops up by a different …
(edit) @19492   3 months stoecker remove some warning: [this-escape]
(edit) @19491   3 months stoecker fix tests, see #23724
(edit) @19476   3 months stoecker fix left hand traffic detection for new areas, add Shenzhen Bay to …
(edit) @19469   4 months stoecker fix tests, see #24456
(edit) @19467   4 months stoecker improve Power circuits relations presets and validation, fix #24456 - …
(edit) @19466   4 months stoecker extend time for a test again as Windows tests often fail
(edit) @19465   4 months stoecker extend time for a test again as Windows tests often fail
(edit) @19455   4 months stoecker fix #24517 - patch by StephaneP - NullPointerException when trying to …
(edit) @19446   6 months GerdP fix #24485: DataIntegrityProblemException: Primitive cannot be …
(edit) @19445   6 months GerdP fix #24531: Conditional: "permit" should be a valid restriction value …
(edit) @19438   8 months GerdP fix #24444: Too many wrong notifications "Relation modified outside of …
(edit) @19429   10 months stoecker checkstyle
(edit) @19428   10 months taylor.smock Fix some test issues (from order) and clean up some try blocks
(edit) @19398   12 months stoecker Auto relation refresh, fix #21840 - patch by Woazboat
(edit) @19397   12 months stoecker fix #22879 - Cut keyboard shortcuts doesn't work after reverting order …
(edit) @19387   12 months stoecker see #24238 - support more EXIF data in image correlation
(edit) @19361   13 months stoecker Seems Windows has bad timing, it's often to fast
(edit) @19359   13 months stoecker checkstyle
(edit) @19358   13 months stoecker checkstyle line length
(edit) @19357   13 months stoecker replace HTML encoding in output
(edit) @19355   14 months stoecker hopefully now get the output I want
(edit) @19351   14 months stoecker readd the country code TLDs in the correct section
(edit) @19345   14 months stoecker don't send authentication oinformation to wrong server, fix #24149, …
(edit) @19340   14 months stoecker checkstyle
(edit) @19339   14 months stoecker Fix CI Test on Windows (hopefully)
(edit) @19338   14 months stoecker see #24163 - fix tests
(edit) @19336   14 months stoecker fix #24046 - improve speed of multipolygon validator - patch by …
(edit) @19322   15 months stoecker see #24104 - drop deprecated test
(edit) @19321   15 months stoecker checkstyle
(edit) @19316   15 months stoecker support 2 more circle drawing data sources for NMEA, patch by …
(edit) @19293   15 months taylor.smock See #23913: Fetch remote API keys for Bing imagery Update JMapViewer …
(edit) @19292   15 months taylor.smock See #23913: Fetch remote API keys for Bing imagery This disables a …
(edit) @19289   15 months taylor.smock Fix #24097: Zoom to imagery layer This fixes two issues: 1. Adds …
(edit) @19272   17 months taylor.smock See #24046: Reduce cost of Geometry#filterInsidePolygon when a …
(edit) @19270   17 months stoecker prevent CI test failures on Windows java 11, where 500ms are only …
(edit) @19262   17 months taylor.smock pmd
(edit) @19261   17 months taylor.smock See #24014: Add multiline and normalize attributes to preset xsd …
(edit) @19249   19 months taylor.smock Fix #23978: Windows does not like paths with multiple : This fixes …
(edit) @19247   19 months taylor.smock Fix #23950: Fix a StackOverflowError that occurs when a …
(edit) @19231   19 months taylor.smock ShortcutTest: Determine if HTML is supported before asserting against …
(edit) @19228   20 months taylor.smock Fix #23930: Merging duplicated layers with little differences stalls …
(edit) @19227   20 months taylor.smock Fix #20908: IllegalStateException: JOSM expected to find primitive in …
(edit) @19226   20 months taylor.smock Update tests for r19225
(edit) @19223   20 months taylor.smock Add JUnit5 tags to integration tests, functional tests, and …
(edit) @19221   20 months taylor.smock Fix failing build due to putting unit test for renderer in unit …
(edit) @19220   20 months taylor.smock See #11487: Have josm render data to tiles Start adding basic …
(edit) @19209   20 months taylor.smock Add @Plugins annotation to clean up after plugins have been loaded in …
(edit) @19201   21 months taylor.smock Fix #23290: Exclude incomplete relations from region checks Also …
(edit) @19200   21 months taylor.smock Fix #23821: Ensure that remote control commands are processed in order …
(edit) @19198   21 months stoecker fix checkstyle
(edit) @19197   21 months taylor.smock Fix #21856: Split way: Wrong position of new member in PTv2 relation …
(edit) @19195   21 months taylor.smock Fix #23860: Duplicate key+value in preset causes an ISE in TagChecker …
(edit) @19190   21 months stoecker Java 11 Windows is a bit slow
(edit) @19189   21 months stoecker nitpicking software…
(edit) @19188   21 months stoecker Uih, MacOs precision is worse
(edit) @19186   21 months stoecker fix debug
(edit) @19185   21 months stoecker output the ULP factor in case of an error
(edit) @19182   21 months stoecker reduce test threshold to get MacOS working
(edit) @19175   21 months taylor.smock Fix #23846: Setting all referrers downloaded doesn't happen if the …
(edit) @19172   21 months taylor.smock Fix #23290: Use checks in checkgroups when looking for out-of-region …
(edit) @19162   21 months taylor.smock Fix #21333: Extend SharpAngles test to railways
(edit) @19158   21 months taylor.smock See #14649: Drop certificate amendment for Netherlands …
(edit) @19155   21 months taylor.smock Fix tests broken by r19152
(edit) @19153   21 months taylor.smock Fix #23821: Ensure that a new layer is loaded prior to loading …
(edit) @19152   21 months taylor.smock See #23821: Refactor LoadAndZoomHandler and add tests This fixes some …
(edit) @19142   22 months taylor.smock Fix OAuth2 tests
(edit) @19136   22 months taylor.smock See #23754: Fix test for UploadPrimitivesTask
(edit) @19134   22 months taylor.smock Fix broken Tag2Link test (due to external reordering of preferred links)
(edit) @19125   23 months GerdP see #23748: NPE: Reverse way direction: Automatic tag correction - add …
(edit) @19121   23 months taylor.smock See #17858: Replace most calls to StandardCharsets.UTF_8.name() with …
(edit) @19120   23 months taylor.smock See #17858: Update code for newer Java features Also add a note that …
(edit) @19118   23 months taylor.smock See #23743: MinimapDialogTest was failing This re-adds parameter …
(edit) @19117   23 months taylor.smock Fix #23743: MinimapDialogTest was failing This does two things: 1. …
(edit) @19109   23 months taylor.smock See #17858: Remove old workarounds for javabugs and update …
(edit) @19108   23 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19106   23 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19103   23 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
(edit) @19092   2 years stoecker fix #23702, see #23621 - improve length unit conversion
(edit) @19089   2 years stoecker see #23621 - add unit conversion for length values
(edit) @19087   2 years stoecker Hmm, am I the only one who finds junit output very confusing?
(edit) @19086   2 years stoecker fix some test failures
(edit) @19082   2 years taylor.smock Fix intermittent test failures This fixes at least one cause of the …
(edit) @19080   2 years taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
(edit) @19078   2 years taylor.smock Fix #4142: Track fully downloaded objects (patch by stoecker, GerdP, …
(edit) @19077   2 years taylor.smock Fix #23666: commons-io dependency not included in ivy.xml This …
Note: See TracRevisionLog for help on using the revision log.