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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8257   10 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8239   10 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @8194   10 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @7944   10 years bastiK add regression data for new projections
(edit) @7938   10 years bastiK add more subversion property svn:eol=native
(edit) @7937   10 years bastiK add subversion property svn:eol=native
(edit) @7902   10 years Don-vip see #10696 - allow URLs without protocol
(edit) @7901   10 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7884   10 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
(edit) @7848   10 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7824   10 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(edit) @7615   10 years Don-vip see #10601 - update unit test
(edit) @7526   11 years Don-vip see #10398 - fix unit test broken in r7523
(edit) @7515   11 years Don-vip see #10494 - Update opening_hours.js unit test
(edit) @7497   11 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7486   11 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7357   11 years Don-vip see #10206 - update Groovy tests
(edit) @7356   11 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7275   11 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7254   11 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7151   11 years simon04 see #10053 - Make failing projection unit tests pass Ignore failing …
(edit) @7101   11 years Don-vip update groovy test to r7100
(edit) @7082   11 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   11 years Don-vip fixes for unit tests
(edit) @7073   11 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7068   11 years Don-vip test cleanup
(edit) @7065   11 years Don-vip update test to match r7064
(edit) @7063   11 years Don-vip compile and run all tests, including Groovy ones
(edit) @7051   11 years Don-vip fix opening_hours unit test
(edit) @7033   11 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7030   11 years Don-vip see #8465 - use of try-with-resource
(edit) @7027   11 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   11 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6949   11 years Don-vip see #9667 - fix unit test
(edit) @6920   11 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6881   11 years Don-vip javadoc/code style/minor refactorization
(edit) @6858   11 years Don-vip forgot to commit test
(edit) @6830   11 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6801   11 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6776   11 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6774   11 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6677   11 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6674   11 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6671   11 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6647   11 years simon04 see #8519 - Lanes validator: correctly handle consecutive |s (e.g., …
(edit) @6636   11 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6606   11 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   11 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6603   11 years Don-vip fix some Sonar issues
(edit) @6601   11 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6598   11 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6592   11 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6573   11 years simon04 fix #9043 - Validator: Verify links on highways
(edit) @6568   11 years simon04 fix #9462 - fix preset values for opening_hour/… such that the …
(edit) @6556   11 years simon04 fix #6313 - validator, UnconnectedWays: handle intersections of t
(edit) @6548   11 years simon04 see #9414 - MapCSS-based tagchecker: migrate remaining tagchecks All …
(edit) @6538   11 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6534   11 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6533   11 years simon04 see #9462 - prettify valid opening_hours values as OTHER test …
(edit) @6513   11 years simon04 see #9414 - convert some tagchecker tests to MapCSS, extend MapCSS by …
(edit) @6512   11 years simon04 see #9414 - MapCSSTagChecker: parse and unit test match assertions …
(edit) @6506   11 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(edit) @6471   11 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6420   11 years simon04 fix #9367 - opening_hours - upgrade validator so that it will can fix …
(edit) @6415   11 years Don-vip fix #9364 - service_times reported as "opening_hours - (...)" in validator
(edit) @6378   11 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6377   11 years simon04 see #9157 - make some errors in opening_hours fixable
(edit) @6376   11 years simon04 see #9157 - check collection_times and service_times as well And …
(edit) @6370   11 years simon04 fix #9157 - add opening_hours validation test This test utilizes …
(edit) @6334   11 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @6286   11 years Don-vip Sonar/Findbugs - Performance - Make some fields static
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6226   12 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @5556   12 years Don-vip see #8172 - fix JUnit tests
(edit) @5554   12 years bastiK join ProjectionInfo and Projections the first is not referenced in …
(edit) @5236   13 years bastiK * removed offset option from UTM which is probably rarely used. …
(edit) @5073   13 years bastiK move ntv2 to datum (see #7494)
(edit) @5065   13 years bastiK add projection regression test This test fails whenever the numerical …
(edit) @4837   13 years jttt Fix tests
(edit) @4603   13 years jttt Fix tests
(edit) @4580   13 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4574   13 years Don-vip fix #7028 - Dragging map is extremely slow when large GPX file is loaded
(edit) @4573   13 years Don-vip see #7028 - improves GPX dragging performances by 50%, but the main …
(edit) @4541   13 years Don-vip Fixed rounding error in LatLon.roundToOsmPrecision()
(edit) @4277   14 years bastiK new test comparing josm projections with Proj.4 data
(edit) @4126   14 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3577   14 years jttt Fix tests
(edit) @3531   15 years stoecker fix array preferences a bit
(edit) @3485   15 years bastiK another typo
(edit) @3484   15 years bastiK typo
(edit) @3483   15 years bastiK fixed tests for projection (see #5327)
(edit) @3480   15 years bastiK fixed some issues with world bounds; add basic projection tests
(edit) @3479   15 years jttt cosmetics
(edit) @3476   15 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3473   15 years bastiK see #5327 (patch by sbrunner) - Swissgrild uses approximate formulas …
(edit) @3459   15 years jttt Fix tests
(edit) @3402   15 years jttt Fix tests
(edit) @3367   15 years jttt Fix filters
(edit) @3362   15 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
Note: See TracRevisionLog for help on using the revision log.