|
|
@19223
|
4 weeks |
taylor.smock |
Add JUnit5 tags to integration tests, functional tests, and …
|
|
|
@19221
|
5 weeks |
taylor.smock |
Fix failing build due to putting unit test for renderer in unit …
|
|
|
@19220
|
5 weeks |
taylor.smock |
See #11487: Have josm render data to tiles
Start adding basic …
|
|
|
@19120
|
4 months |
taylor.smock |
See #17858: Update code for newer Java features
Also add a note that …
|
|
|
@19056
|
6 months |
taylor.smock |
Fix last failing test in Java 21
* Generate Java 21 image files …
|
|
|
@19055
|
6 months |
taylor.smock |
Fix tests in Java 21
* Regenerate Java 21 image files (probably from …
|
|
|
@18870
|
12 months |
taylor.smock |
See #16567: Update to JUnit 5
This converts most tests to use …
|
|
|
@18853
|
13 months |
taylor.smock |
See #16567: Update to JUnit 5
This removes new JOSMTestRules() with …
|
|
|
@17809
|
3 years |
simon04 |
see #20745 - Avoid heap allocations in StyleCache
Fixup r17805.
|
|
|
@17625
|
4 years |
simon04 |
see #4626 - Fix StyleCacheTest (cannot use PerformanceTestUtils)
|
|
|
@17615
|
4 years |
simon04 |
see #4626 - Extract PerformanceTestUtils.getNeubrandenburgDataSet
|
|
|
@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 …
|
|
|
@17002
|
4 years |
simon04 |
see #19017 - MapCSSRendererTest: reset thresholds to 0
|
|
|
@17000
|
4 years |
simon04 |
see #19017 - MapCSSRendererTest: move reference.png to …
|
|
|
@16982
|
4 years |
simon04 |
see #19706, see #19725 - ImageProviderTest: add tests comparing the …
|
|
|
@16913
|
4 years |
simon04 |
fix #19698 - Refactoring: make private fields final
|
|
|
@16910
|
4 years |
simon04 |
Checkstyle
|
|
|
@16897
|
4 years |
simon04 |
see #15240 - Ignore GettingStartedTest.testImageReplacement
|
|
|
@16871
|
4 years |
Klumbumbus |
see #15240 - Change some png icons to svg:
- preferences/toolbar, …
|
|
|
@16438
|
4 years |
simon04 |
see #19251 - Java 8: use Stream
|
|
|
@16235
|
5 years |
Don-vip |
see #19017 - more lenient test, allow major differences
|
|
|
@16224
|
5 years |
simon04 |
see #19017 - MapCSSRendererTest: separate color/alpha diff
|
|
|
@16100
|
5 years |
simon04 |
see #18468 - MapCSSRendererTest: generate style debugging output
|
|
|
@16094
|
5 years |
Don-vip |
see #18468 - make MapCSSRendererTest run on Windows when JAVA_HOME …
|
|
|
@16006
|
5 years |
Don-vip |
see #18140 - reorganization of data(_nodist), images(_nodist), …
|
|
|
@15735
|
5 years |
simon04 |
Java 8: replace .stream().forEach() with .forEach()
|
|
|
@15034
|
5 years |
Don-vip |
checkstyle/PMD
|
|
|
@14138
|
6 years |
Don-vip |
see #15229 - deprecate Main.platform and related methods - new class …
|
|
|
@14120
|
6 years |
Don-vip |
see #15229 - deprecate all Main methods related to projections. New …
|
|
|
@13636
|
7 years |
Don-vip |
extract style methods to a new Stylable interface
|
|
|
@12996
|
7 years |
bastiK |
add threshold for MapCSSRendererTest as font rendering is slightly …
|
|
|
@12995
|
7 years |
bastiK |
proper image dimensions in MapCSSRendererTest
|
|
|
@12994
|
7 years |
bastiK |
add MapCSSRendererTest case for expression evaluation
|
|
|
@12978
|
7 years |
bastiK |
promote old MapCSS reference file to MapCSSRendererTest checks
|
|
|
@12966
|
7 years |
bastiK |
use RenderingHelper in MapCSSRendererTest ; move …
|
|
|
@12965
|
7 years |
bastiK |
MapCSSRendererTest: use proper bounds and avoid 20 px border added by …
|
|
|
@12825
|
7 years |
Don-vip |
see #15229 - see #15182 - make FileWatcher generic so it has no more …
|
|
|
@12649
|
7 years |
Don-vip |
see #15182 - code refactoring to avoid dependence on GUI packages from …
|
|
|
@12636
|
7 years |
Don-vip |
see #15182 - deprecate Main.getLayerManager() . Replacement: …
|
|
|
@12620
|
7 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12465
|
7 years |
bastiK |
see #15006 - new MapCSSRendererTest test case for text along way
|
|
|
@12455
|
7 years |
michael2402 |
Fix #14926: Preserve image phase when clamping a line.
|
|
|
@12454
|
7 years |
michael2402 |
Move MapCSS dash clamping test to new test case.
|
|
|
@12447
|
7 years |
bastiK |
new test case for MapCSSRendererTest (repeat-image, see #14926)
|
|
|
@11818
|
8 years |
bastiK |
fixed #14495 - stale ElemStyles.defaultLinesIdx
|
|
|
@11805
|
8 years |
bastiK |
see #14495 - add debugging output
|
|
|
@11781
|
8 years |
michael2402 |
Update StyleCacheTest: Clear the style cache before each test. Add …
|
|
|
@11778
|
8 years |
stoecker |
typo
|
|
|
@11777
|
8 years |
michael2402 |
See #14495 - move style source reset to JOSM test rules.
|
|
|
@11776
|
8 years |
michael2402 |
Reduce startup time of StyleCacheTest, use test rules, do not leak …
|
|
|
@11762
|
8 years |
michael2402 |
See #13999: Add reference test for area icons.
|
|
|
@11726
|
8 years |
michael2402 |
Don't use null to indicate a rotation of 0 degrees, simply set the …
|
|
|
@11714
|
8 years |
Don-vip |
fix method name, this is not a test
|
|
|
@11701
|
8 years |
michael2402 |
Add new renderer test that tests area fill rendering.
|
|
|
@11699
|
8 years |
michael2402 |
Move MapCSS renderer test to functional tests.
|
|
|
@11276
|
8 years |
Don-vip |
see #13361 - fix unit test
|
|
|
@11215
|
8 years |
bastiK |
see #13907 - add unit test for problem fixed in [11212]
|
|
|
@11171
|
8 years |
simon04 |
Fix MOTD image link replacement
Avoids downloading images which are …
|
|
|
@10957
|
8 years |
Don-vip |
see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
|
|
|
@10378
|
8 years |
Don-vip |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
|
@9770
|
9 years |
bastiK |
test StyleCache (see #12279)
|
|
|
@9547
|
9 years |
Don-vip |
checkstyle
|
|
|
@9546
|
9 years |
Don-vip |
add more unit tests, fix packages, rename manual functional unit tests …
|
|
|
@9059
|
9 years |
Don-vip |
checkstyle
|
|
|
@8514
|
9 years |
Don-vip |
checkstyle: various checks
|
|
|
@8511
|
9 years |
Don-vip |
checkstyle: modifiers order
|
|
|
@8510
|
9 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
9 years |
Don-vip |
fix many checkstyle violations
|
|
|
@7937
|
10 years |
bastiK |
add subversion property svn:eol=native
|
|
|
@7596
|
10 years |
Don-vip |
fix various warnings
|
|
|
@7087
|
10 years |
simon04 |
ignore (non-working) functional GUI functional tests without …
|
|
|
@7081
|
10 years |
Don-vip |
fixes for unit tests
|
|
|
@7030
|
10 years |
Don-vip |
see #8465 - use of try-with-resource
|
|
|
@7025
|
10 years |
Don-vip |
Sonar - fix various issues
|
|
|
@6881
|
11 years |
Don-vip |
javadoc/code style/minor refactorization
|
|
|
@6643
|
11 years |
Don-vip |
global replacement of e.printStackTrace() by Main.error(e)
|
|
|
@6289
|
11 years |
Don-vip |
Sonar/Findbugs - fix various problems
|
|
|
@6268
|
11 years |
Don-vip |
Sonar/FindBugs - Bad practice - Method may fail to close stream
|
|
|
@6264
|
11 years |
Don-vip |
Sonar/FindBugs - Performance - Method concatenates strings using + in …
|
|
|
@5556
|
12 years |
Don-vip |
see #8172 - fix JUnit tests
|
|
|
@4126
|
13 years |
bastiK |
memory optimizations for Node & WayPoint (Patch by Gubaer, modified)
…
|
|
|
@3034
|
15 years |
jttt |
Fix #4467 Don't silently drop locally deleted member primitives from …
|
|
|
@2986
|
15 years |
jttt |
Fix some of FindBugs warnings
|
|
|
@2690
|
15 years |
Gubaer |
Test cases
|
|
|
@2448
|
15 years |
Gubaer |
fixed #3352: History doesn't get invalidated on upload?
fixed #3912: …
|
|
|
@2077
|
15 years |
Gubaer |
Had to replace DataSet:getPrimitiveById(id) with …
|
|
|
@2041
|
15 years |
Gubaer |
Update of test classes
|
|
|
@1954
|
15 years |
Gubaer |
Moved package org.openstreetmap.josm.gui.conflict to …
|
|
|
@1951
|
15 years |
jttt |
Replace some occurrences of RelationMember.member with getters
|
|
|
@1912
|
15 years |
Gubaer |
Updated w.getNodes().contains(..) to w.containsNode(...)
|
|
|
@1910
|
15 years |
jttt |
Way refactoring - finish replacing Way.nodes with the new api
|
|
|
@1813
|
15 years |
jttt |
Make tests compile using new ProgressMonitor API
|
|
|
@1709
|
15 years |
Gubaer |
new: history feature implemented
|
|
|
@1707
|
15 years |
Gubaer |
test cases and test libraries (JUnit 4.6 and FEST)
|