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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17114   4 years simon04 see #19704 - Enhance DateUtils.tsFromString to fix unit tests
(edit) @17104   4 years simon04 fix #19704 - DateUtils: sychronization is no longer needed thanks to …
(edit) @17006   4 years simon04 fix #19754 - Tag2Link: support multi-values for wikimedia_commons
(edit) @17005   4 years simon04 see #19706, see #19725 - Fix ImageResizeModeTest.testCacheKey
(edit) @16988   4 years simon04 Extract and test Mediawiki.getImageUrl
(edit) @16982   4 years simon04 see #19706, see #19725 - ImageProviderTest: add tests comparing the …
(edit) @16981   4 years simon04 Fix typo in code comment
(edit) @16978   4 years simon04 fix #19706, fix #19725 - Do not upscale images when using …
(edit) @16946   4 years simon04 fix #19706, fix #19725 - ImageProvider/ImageResource: extract …
(edit) @16945   4 years simon04 see #19696 - Fix unit tests
(edit) @16926   4 years simon04 fix #19706 - Selection/Relation list: render primitive icons in HiDPI
(edit) @16839   4 years simon04 fix #19622 - Tag2Link: show icons based on presets/styles
(edit) @16838   4 years simon04 see #19622 - Extract OsmPrimitiveImageProvider
(edit) @16836   4 years simon04 fix #18555 - Tag2Link: make search engine configurable Advanced …
(edit) @16834   4 years simon04 fix #19620 - Tag2Link: allow to customize sources
(edit) @16810   4 years simon04 fix #19551 - Add ImageProviderTest.testTicket19551 (patch by taylor.smock)
(edit) @16774   4 years simon04 fix #19293 - Tag2link/wikipedia: replace space with underscore
(edit) @16768   4 years simon04 fix #19449 ImageProviderTest.testGetPadded has slow startup, and a …
(edit) @16764   4 years simon04 see #13173 - Fix cursor hotspot for HiDPI (patch by johsin18, modified)
(edit) @16667   4 years simon04 see #19397 - Fix unit tests on JDK8
(edit) @16665   4 years simon04 see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT
(edit) @16660   4 years simon04 fix #19397 - JosmDecimalFormatSymbolsProvider is not used for locale …
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16618   4 years simon04 see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
(edit) @16608   4 years simon04 see #16567 - Fix OptionParserTest.testMultipleShort
(edit) @16602   4 years simon04 Fix TerritoriesTestIT Accidentally modified in r16600.
(edit) @16600   4 years simon04 see #19330 - SelectionSynchronizer: do not interpolate selection …
(edit) @16595   4 years simon04 Add unit test for Territories.getRegionalTaginfoUrls
(edit) @16560   4 years simon04 fix #19286 - External entities are resolved when parsing tagging …
(edit) @16486   4 years simon04 fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18)
(edit) @16472   4 years simon04 see #19269 - TextTagParser.readTagsByRegexp: retain order of tags when …
(edit) @16434   4 years simon04 fix #19071 - Tag2Link: obtain rules via Apache Ivy and org.webjars.npm
(edit) @16413   4 years simon04 see #19151 - SearchCompilerQueryWizard: add unit test
(edit) @16407   4 years GerdP fix #18915: "Precondition violation" not fixable from within JOSM - …
(edit) @16358   4 years simon04 see #18164 - Rename class to SearchCompilerQueryWizard
(edit) @16336   4 years simon04 fix #19112, see #18164 - OverpassTurboQueryWizard: use …
(edit) @16321   4 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
(edit) @16319   4 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
(edit) @16293   4 years simon04 see #8352 - PropertiesDialog/Presets: evaluate CSS color names
(edit) @16262   4 years simon04 fix #18164 - Migrate OverpassTurboQueryWizard to Java The new …
(edit) @16261   4 years simon04 see #18164 - Extend OverpassTurboQueryWizardTest
(edit) @16252   4 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16215   4 years Don-vip fix compilation error
(edit) @16196   4 years simon04 see #18729, see 18772 - Add TerritoriesTestIT
(edit) @16182   4 years simon04 Fix typos in Javadoc
(edit) @16181   4 years simon04 see #18954, see #18864 - Introduce StringParser for parsing various types
(edit) @16109   4 years Don-vip see #18856 - override numbering format as follows: - Eastern …
(edit) @16052   4 years simon04 fix #18878 - JOSM leaves behind josm_exec_ temp files
(edit) @16037   4 years Don-vip see #13901 - double test timeout
(edit) @16032   4 years Don-vip see #18772 - fix unit test
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15982   4 years simon04 see #18802 - MapCSSTagChecker.TagCheck: use unmodifiable collections
(edit) @15957   4 years Don-vip see #18772 - fix unit test
(edit) @15956   4 years Don-vip see #18772 - remove accidental JUnit5 assertion
(edit) @15952   4 years Don-vip see #18772 - better error message, add non-regression tests
(edit) @15909   4 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15897   4 years simon04 see #14088 - Add ImageProviderTest.testGetPadded
(edit) @15882   4 years simon04 checkstyle
(edit) @15870   4 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
(edit) @15869   4 years simon04 DateUtilsTest: extend Based on test coverage and mutation testing …
(edit) @15864   4 years simon04 UtilsTest: extend Based on test coverage and mutation testing using …
(edit) @15862   4 years simon04 Simplify Utils.strip
(edit) @15814   4 years simon04 fix #18639 - Update to overpass-wizard 0.0.9
(edit) @15794   4 years simon04 see #13901 - Tag2Link: add http:// to website
(edit) @15760   4 years simon04 fix #15628 - Strip HTML code from GPX descriptions
(edit) @15750   4 years simon04 see #8384 - TextTagParser: add test case
(edit) @15732   4 years simon04 see #18503 - Relation editor: compute wayConnection for …
(edit) @15723   4 years simon04 Fix unit tests
(edit) @15709   4 years Klumbumbus see #14465 - adapt unit test to r15706
(edit) @15702   4 years simon04 see #13901 - move Tag2Link to tools/
(edit) @15672   4 years simon04 checkstyle
(edit) @15663   4 years simon04 ExifReaderTest: simplify
(edit) @15661   4 years simon04 fix #18388 - SystemOfMeasurement: primarily obtain country from …
(edit) @15480   4 years Don-vip fix #18271 - add an integration test to not forget adding new Ubuntu …
(edit) @15469   4 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(edit) @15370   5 years simon04 see #18164 - Extend OverpassTurboQueryWizardTest Based on tests from …
(edit) @15184   5 years Don-vip fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty
(edit) @15085   5 years Don-vip see #17722 - make sure we don't display the same text twice
(edit) @15084   5 years Don-vip see #17722 - proper notification of user block
(edit) @15069   5 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @15047   5 years Don-vip see #17576 - update ExifReaderTest
(edit) @15045   5 years Don-vip fix #17576 - Fix timezones and DST for image correlation (patch by …
(edit) @15035   5 years GerdP fix #17616: Add new functions to Geometry.java to find distances …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @15022   5 years GerdP fix checkstyle issues
(edit) @15021   5 years GerdP fix #17652: Method Geometry.isPolygonInsideMultiPolygon returns wrong …
(edit) @15008   5 years GerdP fix #17614: - don't test integer bounding box of intersection area, …
(edit) @14811   5 years Don-vip see #17380 - enable en_CA
(edit) @14708   5 years GerdP sonar: rename methoods for unit tests to start with test no functional …
(edit) @14689   5 years simon04 fix #17202 - InputMapUtils: display Ctrl+Enter in action tooltip
(edit) @14664   5 years stoecker fix test cases, see #17173
(edit) @14647   5 years simon04 see #17173 - Use correct language prefixes for OSM wiki Reference: …
(edit) @14642   5 years simon04 LanguageInfo: add unit tests
(edit) @14640   5 years simon04 fix #17169 - Missing MessageFormat arguments in OptionParser
(edit) @14435   5 years Don-vip fix SonarQube issues
(edit) @14415   5 years michael2402 See #16866: Drop getopt, use own option parser.
(edit) @14412   5 years Don-vip fix #16946, fix #16947 - unit test fixes for non-headless mode (patch …
(edit) @14371   5 years simon04 fix #15889 - add MapCSS function is_similar This function tests if …
(edit) @14327   6 years Don-vip checkstyle/unit test fixes
(edit) @14308   6 years Don-vip see #16819 - should fix KeyboardUtilsTest on macOS
Note: See TracRevisionLog for help on using the revision log.