source: josm/trunk/test/functional/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

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