source: josm/trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12169   7 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12166   7 years michael2402 Implement GpxData tests.
(edit) @12164   7 years michael2402 Added missing ILatLon.java file.
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12159   7 years michael2402 Fix data layer tooltip test.
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12147   7 years Don-vip fix #14793 - fix WMTS CRS identification as per OGC specification …
(edit) @12140   7 years bastiK update unit test (see #14773)
(edit) @12138   7 years Don-vip improve unit tests of OsmReader
(edit) @12137   7 years Don-vip see #14788 - add non-regression test
(edit) @12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
(edit) @12128   7 years Don-vip see #14741 - rework initialization of Main.contentPanePrivate
(edit) @12125   7 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
(edit) @12118   7 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12111   7 years michael2402 CreateCircleActionTest: Remove reflection hack for addSelected: It …
(edit) @12110   7 years michael2402 AlignInLineActionTest: Reset test environment before every single …
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12094   7 years bastiK update test (see #14734)
(edit) @12091   7 years Don-vip fix #14762 - NPE
(edit) @12090   7 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
(edit) @12087   7 years Don-vip fix #14754 - avoid silent failure with invalid lat/lon coordinates in …
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12076   7 years bastiK see #14740 - update test
(edit) @12070   7 years michael2402 Reset the SelectionEventManager listeners for each test.
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12060   7 years Don-vip sonar - fix two recent issues
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12045   7 years michael2402 PropertiesMergerTest: Test that buttons have been added.
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12035   7 years Don-vip add more unit tests
(edit) @12034   7 years Don-vip add more unit tests
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12029   7 years Don-vip add more unit tests
(edit) @12027   7 years Don-vip add more unit tests
(edit) @12024   7 years michael2402 See #14120: Fix unit tests by using a separate layer manager when …
(edit) @12023   7 years michael2402 See #14120: Do not overwrite the mapView field for unit tests. Fix map …
(edit) @12022   7 years Don-vip see #13387 - forgot debug code
(edit) @12021   7 years Don-vip see #13387 - lower the max difference to 850 ULPs
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12011   7 years Don-vip improve unit test coverage of Main
(edit) @12003   7 years Don-vip see #13387, see #11924 - raise the allowed difference to 35000 ULPs
(edit) @12002   7 years stoecker fix #14692 - relatation checker test broken
(edit) @12001   7 years bastiK see #13387 - simpler logic
(edit) @11999   7 years Don-vip see #13387, see #11924 - allow a difference of 3500 ULPs for Java 9 …
(edit) @11995   7 years Don-vip fix #14690 - Loading commandline file blocks JOSM (regression from r11986)
(edit) @11988   7 years Don-vip improve unit test for Main.postConstructorProcessCmdLine
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11974   7 years Don-vip add unit tests, javadoc
(edit) @11973   7 years Don-vip add unit tests
(edit) @11957   7 years bastiK fix test-compile
(edit) @11943   7 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11933   7 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11926   7 years Don-vip drop JOSM class, not needed
(edit) @11925   7 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11923   7 years Don-vip drop StartSSL test
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11917   7 years Don-vip see #14653 - better unit test
(edit) @11916   7 years Don-vip see #14653 - add support for multiple Overpass API output formats
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11911   7 years Don-vip fix unit test conflict
(edit) @11910   7 years Don-vip initialize AbstractTileSourceLayerTest
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11890   7 years Don-vip fix unit test
(edit) @11887   7 years Don-vip add upload=never flag on all .osm files
(edit) @11886   7 years Don-vip see #14635 - add a new unit test (not directly related to the bug)
(edit) @11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11874   7 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD
(edit) @11867   7 years bastiK see #7427 - fix some unit tests
(edit) @11859   7 years bastiK see #7427 - fix test-compile
(edit) @11840   7 years bastiK see #7427 - small fix for [11835] + change order in zoomNoUndoTo
(edit) @11838   7 years bastiK see #7427 - fix unit tests
(edit) @11826   7 years bastiK update unit test
(edit) @11818   7 years bastiK fixed #14495 - stale ElemStyles.defaultLinesIdx
(edit) @11808   7 years bastiK 2nd try with MapCSSRendererTest
(edit) @11805   7 years bastiK see #14495 - add debugging output
(edit) @11803   7 years bastiK fix test
(edit) @11802   7 years bastiK fix font for unit test
(edit) @11793   7 years Don-vip update blacklist in style integration test
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11778   7 years stoecker typo
(edit) @11777   7 years michael2402 See #14495 - move style source reset to JOSM test rules.
(edit) @11776   7 years michael2402 Reduce startup time of StyleCacheTest, use test rules, do not leak …
(edit) @11772   7 years Don-vip fix #14475 - Deadlock while starting unit tests: remove the need to …
(edit) @11762   7 years michael2402 See #13999: Add reference test for area icons.
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11741   7 years Don-vip fix java warnings
(edit) @11738   7 years bastiK add unit test for join areas action
(edit) @11734   7 years stoecker improve SequenceCommandTest, see #14526 - patch by Tyndare
(edit) @11727   7 years michael2402 Fix [11726]: Add missing mapcss test files.
Note: See TracRevisionLog for help on using the revision log.