source: josm/trunk/test/unit/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7254   9 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7210   9 years simon04 see #10092 - Refactor and test preset filtering
(edit) @7170   9 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7167   9 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   9 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   9 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7151   9 years simon04 see #10053 - Make failing projection unit tests pass Ignore failing …
(edit) @7134   9 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7132   9 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7124   9 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7123   9 years simon04 Fix MapCSSParserTest tests
(edit) @7115   9 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
(edit) @7112   9 years simon04 fix #9880 - Recognise building=(!yes) relations as buildings (name …
(edit) @7109   9 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7101   9 years Don-vip update groovy test to r7100
(edit) @7100   9 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7098   9 years Don-vip fix #9632 - fix relation comparator
(edit) @7097   9 years Don-vip see #9632 - unit test optimization
(edit) @7096   9 years Don-vip see #9632 - fix typo in test
(edit) @7095   9 years Don-vip see #9632 - show problem in unit tests
(edit) @7088   9 years Don-vip more fixes in unit tests
(edit) @7087   9 years simon04 ignore (non-working) functional GUI functional tests without …
(edit) @7086   9 years simon04 see #8465 - see r7082 - fix unit test related to the UTF_8 constant
(edit) @7085   9 years Don-vip allow to disable auto-save of preferences file for unit tests (ant …
(edit) @7082   9 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   9 years Don-vip fixes for unit tests
(edit) @7076   9 years Don-vip fix unit test on system with non-english locale + javadoc
(edit) @7075   9 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7073   9 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7070   9 years Don-vip see #9990 - show problem with unit tests
(edit) @7068   9 years Don-vip test cleanup
(edit) @7066   9 years Don-vip see #9691 - fix MapCSSParserTest broken by r7064. MapCSSTagCheckerTest …
(edit) @7065   9 years Don-vip update test to match r7064
(edit) @7063   9 years Don-vip compile and run all tests, including Groovy ones
(edit) @7060   9 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7051   9 years Don-vip fix opening_hours unit test
(edit) @7040   9 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7033   9 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7030   9 years Don-vip see #8465 - use of try-with-resource
(edit) @7027   9 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7005   9 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   9 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6992   9 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6949   9 years Don-vip see #9667 - fix unit test
(edit) @6927   9 years Don-vip fix #9667 - Verify addresses interpolation range/values via MapCSS …
(edit) @6920   9 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6881   9 years Don-vip javadoc/code style/minor refactorization
(edit) @6871   9 years simon04 Add unit test for AlphanumComparator
(edit) @6859   9 years simon04 see #9593 - MapCSS: fix matching of negated regular expressions for …
(edit) @6858   9 years Don-vip forgot to commit test
(edit) @6830   9 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6801   9 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6776   9 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6774   9 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6740   9 years simon04 fix #9191 - MapCSS: Add option to include colour preferences of …
(edit) @6737   9 years simon04 fix #8071 - MapCSS: skip null values in concat(), provide …
(edit) @6736   9 years simon04 fix #8568 - MapCSS rule applied several times if several selectors applies
(edit) @6677   9 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6674   9 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6671   9 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6661   9 years simon04 fix #9561 - Bug in getDurationString
(edit) @6652   9 years simon04 fix #9525 - multiselecting objects does not show differing relation …
(edit) @6647   9 years simon04 see #8519 - Lanes validator: correctly handle consecutive |s (e.g., …
(edit) @6636   9 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6606   9 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   9 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6603   9 years Don-vip fix some Sonar issues
(edit) @6601   9 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6598   9 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6597   9 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6592   9 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6573   9 years simon04 fix #9043 - Validator: Verify links on highways
(edit) @6568   9 years simon04 fix #9462 - fix preset values for opening_hour/… such that the …
(edit) @6564   9 years simon04 fix 9492 - Tools>"Create Multipolygon": updates multipolygon if a …
(edit) @6562   9 years simon04 fix #9327 - tagging presets: fix handling of nested <reference>s, …
(edit) @6561   9 years simon04 see #9485 - MapCSS: add support for set .class_name instruction …
(edit) @6560   9 years simon04 see #9485 - MapCSS: add support for set class_name instruction and …
(edit) @6556   9 years simon04 fix #6313 - validator, UnconnectedWays: handle intersections of t
(edit) @6554   9 years simon04 see #9414 fix #9409 - extend MapCSS condition syntax to allow the …
(edit) @6552   9 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6548   9 years simon04 see #9414 - MapCSS-based tagchecker: migrate remaining tagchecks All …
(edit) @6547   9 years simon04 MapCSS: add regular expression support for key conditions For …
(edit) @6543   9 years simon04 fix #9480 - ignore org.CustomMatchers from test
(edit) @6538   9 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6534   9 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6533   9 years simon04 see #9462 - prettify valid opening_hours values as OTHER test …
(edit) @6513   9 years simon04 see #9414 - convert some tagchecker tests to MapCSS, extend MapCSS by …
(edit) @6512   9 years simon04 see #9414 - MapCSSTagChecker: parse and unit test match assertions …
(edit) @6506   9 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(edit) @6500   9 years simon04 Add Javadoc for LatLon, add unit tests for LatLonDialog (parsing)
(edit) @6483   9 years Don-vip see #9434 - repair unit test
(edit) @6471   9 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6467   9 years simon04 see #9089 - repair fragile unit tests
(edit) @6461   9 years simon04 fix #9089 - improve sorting of associatedStreet/street relation …
(edit) @6455   9 years simon04 fix #7939 - MapCSS: add support for negated regular expressions
(edit) @6440   9 years simon04 Load and display changeset comment in history dialog
(edit) @6429   10 years simon04 fix #8850 - search: support less/greater-than, e.g., start_date>1950
(edit) @6422   10 years simon04 see #9331 - allow custom formatters in SystemOfMeasurement methods
(edit) @6421   10 years simon04 see #9341 - provide utility methods to open URL + decompress stream if …
(edit) @6420   10 years simon04 fix #9367 - opening_hours - upgrade validator so that it will can fix …
Note: See TracRevisionLog for help on using the revision log.