|
|
@19223
|
4 months |
taylor.smock |
Add JUnit5 tags to integration tests, functional tests, and …
|
|
|
@19086
|
8 months |
stoecker |
fix some test failures
|
|
|
@18893
|
15 months |
taylor.smock |
Fix #16567: Upgrade to JUnit 5
JOSMTestRules and JOSMTestFixture can …
|
|
|
@18876
|
15 months |
taylor.smock |
See #23238: Some MapCSS functions cause NPEs when part of fixAdd
…
|
|
|
@18875
|
15 months |
taylor.smock |
Fix #23238: Some MapCSS functions cause NPEs when part of fixAdd
|
|
|
@18870
|
15 months |
taylor.smock |
See #16567: Update to JUnit 5
This converts most tests to use …
|
|
|
@18853
|
16 months |
taylor.smock |
See #16567: Update to JUnit 5
This removes new JOSMTestRules() with …
|
|
|
@18829
|
16 months |
taylor.smock |
Fix #16998: Add parent_osm_primitives and convert_primitives_to_string
|
|
|
@18799
|
18 months |
taylor.smock |
See r18798: Actually use the @Territories annotation
This also fixes …
|
|
|
@18690
|
22 months |
taylor.smock |
See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
|
|
|
@18664
|
2 years |
taylor.smock |
Fix #22704: Add parent_way_angle mapcss function (patch by Woazboat)
|
|
|
@18661
|
2 years |
taylor.smock |
Fix #22703, see #22695, #22704: 90° offset of icon-rotation: way; in …
|
|
|
@18494
|
3 years |
taylor.smock |
Fix #22115: Extract methods from LatLon into ILatLon where they are …
|
|
|
@18451
|
3 years |
taylor.smock |
Fix #22073: Optimized regexes (string starts with, ends with, …
|
|
|
@18037
|
4 years |
Don-vip |
fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
|
|
|
@17920
|
4 years |
simon04 |
see #20957 - Fix MapCSSParserTest: remove accidentally committed lines
|
|
|
@17916
|
4 years |
simon04 |
fix #20957, see #20744 - Fix MapCSS function round
|
|
|
@17832
|
4 years |
simon04 |
see #20744, fix #20810 - MapCSS: fix NPE
|
|
|
@17824
|
4 years |
simon04 |
see #20739 - Revert "MapCSS: evaluate class on current and on default …
|
|
|
@17800
|
4 years |
simon04 |
see #20745 - Avoid heap allocations via Selector.AbstractSelector#conds
|
|
|
@17780
|
4 years |
simon04 |
see #20744, fix #20764 - MapCSS: fix NPE
|
|
|
@17774
|
4 years |
simon04 |
see #20744 - Fix ConditionFactoryTest ($jacocoInit)
|
|
|
@17770
|
4 years |
simon04 |
see #20744, fix #20757 - MapCSS: fix NPE
Regression of r17758.
|
|
|
@17769
|
4 years |
simon04 |
see #20744 - MapCSS: fix unary minus
Regression of r17758.
|
|
|
@17762
|
4 years |
simon04 |
see #20744 - Evaluate MapCSS pseudo classes without array creation
|
|
|
@17760
|
4 years |
simon04 |
Checkstyle
|
|
|
@17758
|
4 years |
simon04 |
fix #20744 - Evaluate MapCSS expression without array creation
|
|
|
@17745
|
4 years |
simon04 |
fix #20739 - MapCSS: evaluate class on current and on default layer
|
|
|
@17743
|
4 years |
simon04 |
see #20739 - Add MapCSSParserTest.testLayerMatching
|
|
|
@17742
|
4 years |
simon04 |
Simplify MapCSSParserTest
|
|
|
@17642
|
4 years |
simon04 |
see #19078 - Common interface TagCondition
|
|
|
@17613
|
4 years |
simon04 |
fix #14124 - Add MapCSS function title
Returns a title-cased …
|
|
|
@17604
|
4 years |
simon04 |
see #20613 - Fix MapCSSParserTest
|
|
|
@17601
|
4 years |
simon04 |
see #20613 - Fix MapCSSParserTest
|
|
|
@17593
|
4 years |
simon04 |
see #20613 - Split KeyCondition/KeyRegexpCondition
Rewrite patterns …
|
|
|
@17586
|
4 years |
simon04 |
see #20613 - Use Tagged.keys() and Tagged.visitKeys()
|
|
|
@17582
|
4 years |
simon04 |
see #20613 - Avoid heap allocations in DividedScale.getWithRange
…
|
|
|
@17575
|
4 years |
simon04 |
Add DividedScaleTest
|
|
|
@17333
|
4 years |
Don-vip |
see #20129 - Fix typos and misspellings in the code (patch by gaben)
|
|
|
@17276
|
4 years |
Don-vip |
see #16567 - fix obvious test errors + upgrade tests dependencies
|
|
|
@17275
|
4 years |
Don-vip |
see #16567 - upgrade almost all tests to JUnit 5, except those …
|
|
|
@16909
|
4 years |
simon04 |
see #19685, see #11593 - Add non-regression test
|
|
|
@16643
|
5 years |
simon04 |
see #19334 - https://errorprone.info/bugpattern/StringSplitter
|
|
|
@16618
|
5 years |
simon04 |
see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)
|
|
|
@16590
|
5 years |
simon04 |
fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
|
|
|
@16583
|
5 years |
simon04 |
see #19197 - Add FunctionsTest.testPref
|
|
|
@16182
|
5 years |
simon04 |
Fix typos in Javadoc
|
|
|
@16110
|
5 years |
Don-vip |
add MapCSS conversion functions: to_boolean, to_byte, to_short, …
|
|
|
@16006
|
5 years |
Don-vip |
see #18140 - reorganization of data(_nodist), images(_nodist), …
|
|
|
@15988
|
5 years |
simon04 |
see #18802 - MapCSSRule: support list of selectors
- allows to drop …
|
|
|
@15984
|
5 years |
simon04 |
see #18802 - Add MapCSSRule.matches
|
|
|
@15935
|
5 years |
simon04 |
see #18749, see #16183 - Add non-regression test
|
|
|
@15925
|
5 years |
simon04 |
fix #18759 - AssertionError on invalid MapCSS zoom range
|
|
|
@15735
|
5 years |
simon04 |
Java 8: replace .stream().forEach() with .forEach()
|
|
|
@15591
|
5 years |
Don-vip |
fix #18408 - Add trim_list mapCSS function (patch by taylor.smock)
|
|
|
@15323
|
5 years |
Don-vip |
fix #18085 - Add method to get unique values in mapcss (patch by …
|
|
|
@15315
|
5 years |
Don-vip |
fix #18057 - add tag_regex mapcss method to get keys by regex for …
|
|
|
@15279
|
5 years |
Don-vip |
fix #17995 - Add sort method for mapcss (patch by taylor.smock)
|
|
|
@15275
|
5 years |
Don-vip |
fix #17845 - refactor evaluate code in ExpressionFactory to allow …
|
|
|
@15246
|
6 years |
Don-vip |
fix #17885 - add new MapCSS functions to retrieve OSM metadata:
* …
|
|
|
@15245
|
6 years |
Don-vip |
see #17885 - extract Functions class
|
|
|
@15196
|
6 years |
Don-vip |
fix #17845 - Add a MapCSS method to check for roles in relations …
|
|
|
@15102
|
6 years |
GerdP |
fix #10391: Add support for "not element of" operator
- implement 4 …
|
|
|
@15034
|
6 years |
Don-vip |
checkstyle/PMD
|
|
|
@14796
|
6 years |
Don-vip |
see #17358 - add non-regression test (disabled for now)
|
|
|
@14746
|
6 years |
simon04 |
Refactoring: use StandardCharsets
|
|
|
@14489
|
6 years |
Don-vip |
see #17053 - fix parsing regression involving the - operator
|
|
|
@14235
|
6 years |
Don-vip |
make sure https is properly initialized for integration tests
|
|
|
@14142
|
6 years |
Don-vip |
move Kothic stylesheets test as an integration test
|
|
|
@14068
|
6 years |
Don-vip |
checkstyle/sonarqube
|
|
|
@14064
|
6 years |
Don-vip |
see #16498 - convert last unit tests to Java
|
|
|
@14048
|
6 years |
Don-vip |
see #16498 - convert more unit tests to Java
|
|
|
@14019
|
7 years |
Don-vip |
update to Groovy 2.5.0 and Eclipse Photon (4.8.0)
|
|
|
@12990
|
7 years |
bastiK |
see #15410 - update tests + minor fixes (2)
|
|
|
@12907
|
7 years |
bastiK |
see #15273, see #15229 - fix tests and Jenkins warnings
|
|
|
@12906
|
7 years |
bastiK |
see #15273, see #15229 - add command line module for rendering
run …
|
|
|
@11921
|
8 years |
Don-vip |
improve unit test coverage of utilities classes thanks to …
|
|
|
@11699
|
8 years |
michael2402 |
Move MapCSS renderer test to functional tests.
|
|
|
@11698
|
8 years |
michael2402 |
Add test that tests if elements are ordered correctly.
|
|
|
@11697
|
8 years |
michael2402 |
MapCSSRendererTest: Require fixed font for text drawing test.
|
|
|
@11693
|
8 years |
michael2402 |
Add new MapCSS reference test for way dashes/color and node texts.
|
|
|
@11691
|
8 years |
michael2402 |
See #13999: Use MapCSS test only for OpenJDK
|
|
|
@11562
|
8 years |
Don-vip |
fix #14368 - java.util.regex.PatternSyntaxException: Unclosed group
|
|
|
@11449
|
8 years |
Don-vip |
see #13999 - skip unit tests (do not work on Jenkins)
|
|
|
@11436
|
8 years |
Don-vip |
fix recent Sonar issues
|
|
|
@11433
|
8 years |
Don-vip |
fix #13999 - New MapCSS test that uses reference images (patch by …
|
|
|
@10837
|
8 years |
Don-vip |
see #11924 - extract MapCSS conditions to new class ConditionFactory …
|
|
|
@10674
|
8 years |
Don-vip |
fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
|
|
|
@10193
|
9 years |
Don-vip |
kothic google code website has been archived ==> use new Github repository
|
|
|
@9857
|
9 years |
simon04 |
fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
|
|
|
@9666
|
9 years |
stoecker |
see #12410 fix style of tests
|
|
|
@9279
|
9 years |
Don-vip |
fix groovy scripts broken by r9278
|
|
|
@9247
|
9 years |
simon04 |
fix #12267 - MapCSS conditions does not handle unquoted 0 value
Such …
|
|
|
@9214
|
9 years |
Don-vip |
use LatLon.ZERO instead of new LatLon(0, 0)
|
|
|
@8874
|
9 years |
simon04 |
fix #10467 - MapCSS: allow comparisons in regexp key conditions
|
|
|
@8833
|
9 years |
simon04 |
fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests
|
|
|
@8784
|
9 years |
simon04 |
see #11278 - Add test case w.r.t. parent_tag
This checks whether …
|
|
|
@8775
|
9 years |
simon04 |
fix #8170 - MapCSS: add functions parent_tags(key) and …
|
|
|
@8774
|
9 years |
simon04 |
see #11592 - Add test case for MapCSS index() function
|
|
|
@8657
|
9 years |
Don-vip |
fix #11769 - fix unit test (patch by michael2402)
|
|
|