source: josm/trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16543   4 years simon04 Simplify QuadBucketsTest
(edit) @16542   4 years simon04 fix #19225 - MapRendererPerformanceTest does not render as intended …
(edit) @16533   4 years simon04 see #8352 - PropertiesDialog: add unit test for color tags
(edit) @16519   4 years simon04 MapRendererPerformanceTest: use JOSMTestRules
(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) @16447   4 years GerdP see #19053: remove wrong and previously obsolete method clean3000 and …
(edit) @16445   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16443   4 years simon04 see #19053 - fix cleanup3000, add non-regression test
(edit) @16442   4 years simon04 Fix typo "referrer"
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16434   4 years simon04 fix #19071 - Tag2Link: obtain rules via Apache Ivy and org.webjars.npm
(edit) @16426   4 years simon04 see #18712 - Add NetworkManager.isOffline(String) to test offline …
(edit) @16425   4 years simon04 Fix typo
(edit) @16424   4 years simon04 see #19193 - Fix WMSEndpointTileSourceTest
(edit) @16413   4 years simon04 see #19151 - SearchCompilerQueryWizard: add unit test
(edit) @16412   4 years simon04 fix #19193 - WMSImagery: fix parsing of version 1.3.0 capabilities …
(edit) @16407   4 years GerdP fix #18915: "Precondition violation" not fixable from within JOSM - …
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16377   4 years GerdP fix #19145: some unclosed ways are not found - fix typo amenties -> …
(edit) @16371   4 years GerdP see #19121: fix unit test
(edit) @16360   4 years simon04 MapCSSTagChecker: remove method (only used in one test)
(edit) @16358   4 years simon04 see #18164 - Rename class to SearchCompilerQueryWizard
(edit) @16356   4 years simon04 Extend MapCSSTagCheckerTest.testInit
(edit) @16336   4 years simon04 fix #19112, see #18164 - OverpassTurboQueryWizard: use …
(edit) @16329   4 years simon04 fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal
(edit) @16328   4 years simon04 AddTagsDialog: use TextTagParser.readTagsByRegexp
(edit) @16327   4 years simon04 Add AddTagsDialogTest
(edit) @16322   4 years simon04 fix #18883 - InspectPrimitiveDialog: improve mapstyle summary
(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) @16311   4 years simon04 fix #19041 - GeoJSONReader: reuse node on same at same position to …
(edit) @16307   4 years simon04 SearchCompilerTest: use OsmUtils.createPrimitive
(edit) @16300   4 years GerdP fix #18670, #19042: Unglue ways: False positives about affected …
(edit) @16298   4 years GerdP see #18138: remove obsolete unit test
(edit) @16296   4 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16295   4 years GerdP fix #18138: Validator rules for connectivity relations 18138.8.patch …
(edit) @16293   4 years simon04 see #8352 - PropertiesDialog/Presets: evaluate CSS color names
(edit) @16282   4 years simon04 see #8352, see #19075 - Presets: fix unit tests
(edit) @16272   4 years simon04 see #18729 - Do not initialize external territories data for unit tests
(edit) @16268   4 years simon04 see #15943 - SearchDialog: fix search hint to search for existing key
(edit) @16262   4 years simon04 fix #18164 - Migrate OverpassTurboQueryWizard to Java The new …
(edit) @16261   4 years simon04 see #18164 - Extend OverpassTurboQueryWizardTest
(edit) @16260   4 years simon04 fix #19070 - SearchCompiler: regexp comparison using <tilde>
(edit) @16257   4 years simon04 see #18961 - Fix InspectPrimitiveDialogTest
(edit) @16252   4 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16235   4 years Don-vip see #19017 - more lenient test, allow major differences
(edit) @16229   4 years Don-vip see #16860 - resolve test libraries using Ivy
(edit) @16228   4 years Don-vip see #19017 - update svn:ignores
(edit) @16226   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @16224   4 years simon04 see #19017 - MapCSSRendererTest: separate color/alpha diff
(edit) @16215   4 years Don-vip fix compilation error
(edit) @16212   4 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16202   4 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16200   4 years GerdP see #18863 split ways: false positive warnings about missing members …
(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) @16178   4 years Don-vip fix #18956 - allow TestError to be built with an empty list of …
(edit) @16164   4 years simon04 see #18948 - Fix Java warning
(edit) @16162   4 years simon04 see #18948 - Use Utils.readBytesFromStream instead of …
(edit) @16161   4 years simon04 see #18948 - Get rid of remaining com.google.common.collect
(edit) @16160   4 years simon04 see #18948 - Get rid of remaining ImmutableMap.of
(edit) @16159   4 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16128   4 years Don-vip see #17285 - add privacy-policy-url in mirror, check links in …
(edit) @16114   4 years simon04 see #18140 - Update OpeningHoursParser to 0.21.1 > Updated …
(edit) @16110   4 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16109   4 years Don-vip see #18856 - override numbering format as follows: - Eastern …
(edit) @16100   4 years simon04 see #18468 - MapCSSRendererTest: generate style debugging output
(edit) @16099   4 years simon04 ProjectionRegressionTest: use Files.newBufferedReader
(edit) @16094   4 years Don-vip see #18468 - make MapCSSRendererTest run on Windows when JAVA_HOME …
(edit) @16086   4 years simon04 see #18140 - Get rid of OpeningHoursParser.OpeningHoursTestError
(edit) @16077   4 years simon04 see #18886 - Node.updateDirectionFlags: override to improve performance
(edit) @16052   4 years simon04 fix #18878 - JOSM leaves behind josm_exec_ temp files
(edit) @16048   4 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @16042   4 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16037   4 years Don-vip see #13901 - double test timeout
(edit) @16034   4 years simon04 Fix typo "preferred"
(edit) @16033   4 years Don-vip see #18845 - make MapCSSTagCheckerTest work without REVISION file
(edit) @16032   4 years Don-vip see #18772 - fix unit test
(edit) @16019   4 years Don-vip see #18845 - fix unit test
(edit) @16009   4 years GerdP see #18835: adapt unit tests to different "recurse down" behaviour
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15988   4 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   4 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15984   4 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15982   4 years simon04 see #18802 - MapCSSTagChecker.TagCheck: use unmodifiable collections
(edit) @15981   4 years simon04 see #18802 - MapCSSTagChecker: no not persist assertions Check …
(edit) @15979   4 years simon04 see #18802 - Extract MapCSSTagCheckerAsserts class
(edit) @15978   4 years simon04 fix #18140 - Switch to OpeningHoursParser
(edit) @15968   4 years simon04 fix #18812 - HttpClient: specify Accept=*/* to prevent Java from …
(edit) @15961   4 years GerdP fix #16707: Warn about overlapping connected buildings - add rule in …
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(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) @15951   4 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed (fix NPE)
(edit) @15950   4 years simon04 Simplify OsmUtils.isTrue/isFalse/isReversed Just use a plain switch …
(edit) @15947   4 years simon04 see #18798, see #14088 - TagEditHelperTest: share code
Note: See TracRevisionLog for help on using the revision log.