source: josm/trunk/test/unit/org/openstreetmap/josm/gui/mappaint

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18037   3 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @17920   3 years simon04 see #20957 - Fix MapCSSParserTest: remove accidentally committed lines
(edit) @17916   3 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17832   3 years simon04 see #20744, fix #20810 - MapCSS: fix NPE
(edit) @17824   3 years simon04 see #20739 - Revert "MapCSS: evaluate class on current and on default …
(edit) @17800   3 years simon04 see #20745 - Avoid heap allocations via Selector.AbstractSelector#conds
(edit) @17780   3 years simon04 see #20744, fix #20764 - MapCSS: fix NPE
(edit) @17774   3 years simon04 see #20744 - Fix ConditionFactoryTest ($jacocoInit)
(edit) @17770   3 years simon04 see #20744, fix #20757 - MapCSS: fix NPE Regression of r17758.
(edit) @17769   3 years simon04 see #20744 - MapCSS: fix unary minus Regression of r17758.
(edit) @17762   3 years simon04 see #20744 - Evaluate MapCSS pseudo classes without array creation
(edit) @17760   3 years simon04 Checkstyle
(edit) @17758   3 years simon04 fix #20744 - Evaluate MapCSS expression without array creation
(edit) @17745   3 years simon04 fix #20739 - MapCSS: evaluate class on current and on default layer
(edit) @17743   3 years simon04 see #20739 - Add MapCSSParserTest.testLayerMatching
(edit) @17742   3 years simon04 Simplify MapCSSParserTest
(edit) @17642   3 years simon04 see #19078 - Common interface TagCondition
(edit) @17613   3 years simon04 fix #14124 - Add MapCSS function title Returns a title-cased …
(edit) @17604   3 years simon04 see #20613 - Fix MapCSSParserTest
(edit) @17601   3 years simon04 see #20613 - Fix MapCSSParserTest
(edit) @17593   3 years simon04 see #20613 - Split KeyCondition/KeyRegexpCondition Rewrite patterns …
(edit) @17586   3 years simon04 see #20613 - Use Tagged.keys() and Tagged.visitKeys()
(edit) @17582   3 years simon04 see #20613 - Avoid heap allocations in DividedScale.getWithRange …
(edit) @17575   3 years simon04 Add DividedScaleTest
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17276   3 years Don-vip see #16567 - fix obvious test errors + upgrade tests dependencies
(edit) @17275   3 years Don-vip see #16567 - upgrade almost all tests to JUnit 5, except those …
(edit) @16909   4 years simon04 see #19685, see #11593 - Add non-regression test
(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) @16590   4 years simon04 fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
(edit) @16583   4 years simon04 see #19197 - Add FunctionsTest.testPref
(edit) @16182   4 years simon04 Fix typos in Javadoc
(edit) @16110   4 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(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) @15984   4 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15935   4 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15925   4 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15591   4 years Don-vip fix #18408 - Add trim_list mapCSS function (patch by taylor.smock)
(edit) @15323   5 years Don-vip fix #18085 - Add method to get unique values in mapcss (patch by …
(edit) @15315   5 years Don-vip fix #18057 - add tag_regex mapcss method to get keys by regex for …
(edit) @15279   5 years Don-vip fix #17995 - Add sort method for mapcss (patch by taylor.smock)
(edit) @15275   5 years Don-vip fix #17845 - refactor evaluate code in ExpressionFactory to allow …
(edit) @15246   5 years Don-vip fix #17885 - add new MapCSS functions to retrieve OSM metadata: * …
(edit) @15245   5 years Don-vip see #17885 - extract Functions class
(edit) @15196   5 years Don-vip fix #17845 - Add a MapCSS method to check for roles in relations …
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @14796   5 years Don-vip see #17358 - add non-regression test (disabled for now)
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14489   5 years Don-vip see #17053 - fix parsing regression involving the - operator
(edit) @14235   6 years Don-vip make sure https is properly initialized for integration tests
(edit) @14142   6 years Don-vip move Kothic stylesheets test as an integration test
(edit) @14068   6 years Don-vip checkstyle/sonarqube
(edit) @14064   6 years Don-vip see #16498 - convert last unit tests to Java
(edit) @14048   6 years Don-vip see #16498 - convert more unit tests to Java
(edit) @14019   6 years Don-vip update to Groovy 2.5.0 and Eclipse Photon (4.8.0)
(edit) @12990   7 years bastiK see #15410 - update tests + minor fixes (2)
(edit) @12907   7 years bastiK see #15273, see #15229 - fix tests and Jenkins warnings
(edit) @12906   7 years bastiK see #15273, see #15229 - add command line module for rendering run …
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11699   7 years michael2402 Move MapCSS renderer test to functional tests.
(edit) @11698   7 years michael2402 Add test that tests if elements are ordered correctly.
(edit) @11697   7 years michael2402 MapCSSRendererTest: Require fixed font for text drawing test.
(edit) @11693   7 years michael2402 Add new MapCSS reference test for way dashes/color and node texts.
(edit) @11691   7 years michael2402 See #13999: Use MapCSS test only for OpenJDK
(edit) @11562   7 years Don-vip fix #14368 - java.util.regex.PatternSyntaxException: Unclosed group
(edit) @11449   7 years Don-vip see #13999 - skip unit tests (do not work on Jenkins)
(edit) @11436   7 years Don-vip fix recent Sonar issues
(edit) @11433   7 years Don-vip fix #13999 - New MapCSS test that uses reference images (patch by …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10193   8 years Don-vip kothic google code website has been archived ==> use new Github repository
(edit) @9857   8 years simon04 fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9279   8 years Don-vip fix groovy scripts broken by r9278
(edit) @9247   8 years simon04 fix #12267 - MapCSS conditions does not handle unquoted 0 value Such …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @8874   9 years simon04 fix #10467 - MapCSS: allow comparisons in regexp key conditions
(edit) @8833   9 years simon04 fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests
(edit) @8784   9 years simon04 see #11278 - Add test case w.r.t. parent_tag This checks whether …
(edit) @8775   9 years simon04 fix #8170 - MapCSS: add functions parent_tags(key) and …
(edit) @8774   9 years simon04 see #11592 - Add test case for MapCSS index() function
(edit) @8657   9 years Don-vip fix #11769 - fix unit test (patch by michael2402)
(edit) @8494   9 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8206   9 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7579   10 years Don-vip see #10529 - fix mapcss unit test
(edit) @7418   10 years bastiK fixed #10301 - update of MapCSSWithExtendedTextDirectivesTest unit test
(edit) @7357   10 years Don-vip see #10206 - update Groovy tests
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7167   10 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   10 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7124   10 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7123   10 years simon04 Fix MapCSSParserTest tests
(edit) @7115   10 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
Note: See TracRevisionLog for help on using the revision log.