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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12571   7 years Don-vip restore unit test timeout, as validator tests take some time to initialize
(edit) @12569   7 years Don-vip restore JOSMFixture API called by some plugins (mapillary for example)
(edit) @12568   7 years Don-vip fix unit test
(edit) @12567   7 years Don-vip see #15102 - avoid useless API capabilities request
(edit) @12566   7 years Don-vip fix unit test
(edit) @12564   7 years Don-vip fix unit tests
(edit) @12563   7 years Don-vip fix unit tests
(edit) @12562   7 years Don-vip speedup unit tests
(edit) @12561   7 years Don-vip deprecate LatLon.dms
(edit) @12559   7 years Don-vip see #15102 - fix NPE
(edit) @12558   7 years Don-vip see #15102 - unit tests update
(edit) @12557   7 years Don-vip see #15102 - first batch of HTTP unit tests mocking, using WireMock 2.7.1
(edit) @12556   7 years Don-vip speedup RightAndLefthandTrafficTest
(edit) @12554   7 years Don-vip see #15102 - speedup MainTest by avoiding useless slow http requests …
(edit) @12548   7 years Don-vip sonar - squid:S2196 - Switches should be used for sequences of simple …
(edit) @12545   7 years Don-vip speed up TerritoriesTest
(edit) @12521   7 years Don-vip see #11924 - update unit tests
(edit) @12509   7 years Don-vip ban www.freietonne.de from integration test, too many network errors !
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12478   7 years Don-vip NodeGraph: add javadoc, unit tests
(edit) @12468   7 years Don-vip see #14923 - suppress java warnings
(edit) @12464   7 years michael2402 Apply #14923: Adjust the search dialog to allow to search for …
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12458   7 years Don-vip see #10033 - remove workaround for IE (not needed anymore for IE11 on …
(edit) @12444   7 years Don-vip refactor WMS test to integration test as it relies on external WMS server
(edit) @12439   7 years Don-vip fix #14974 - geojson export: use Polygon only for closed ways
(edit) @12438   7 years Don-vip increase timeout of unit test
(edit) @12422   7 years Don-vip fix #14924 - fix NPE when reading NMEA files starting with a (0,0) …
(edit) @12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
(edit) @12407   7 years Don-vip see #14929 - add support for numeric ranges + unit test
(edit) @12394   7 years michael2402 Fix LayerVisibilityActionTest: It does require the laye rlist dialog, …
(edit) @12368   7 years michael2402 Fix checkstyle
(edit) @12359   7 years michael2402 OrthogonalizeActionTest: Set the edit data set the action works on.
(edit) @12358   7 years michael2402 DownloadAlongTrackActionTest: Change to test rules to get a cleaner …
(edit) @12357   7 years michael2402 JoinAreasActionTest: Set the active edit layer
(edit) @12350   7 years michael2402 See #13036: Add data set tests to SelectCommand
(edit) @12337   7 years michael2402 PluginHandlerTestIT: Remove unused import.
(edit) @12327   7 years Don-vip see #2089 - move test classes to their own package
(edit) @12323   7 years bastiK see #14901 - some cleanup
(edit) @12319   7 years Don-vip increase timeout of unit test
(edit) @12312   7 years Don-vip fix #14891 - improve roundabout/links validator test
(edit) @12287   7 years Don-vip see #11166 - make SimplifyWayAction.simplifyWay static + fix javadoc
(edit) @12286   7 years Don-vip fix #14868 - Add support import *.jpeg images
(edit) @12283   7 years Don-vip fix #14858 - "Similarly named ways" test: detect accent and case …
(edit) @12253   7 years Don-vip findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
(edit) @12252   7 years Don-vip add missing https rule in unit test
(edit) @12249   7 years Don-vip unit tests - platform is required to setup https certificates
(edit) @12248   7 years Don-vip add missing https rules in unit tests
(edit) @12244   7 years Don-vip see #11924 - simplify DNSName copy by using reflection
(edit) @12224   7 years Don-vip fix #14825 - Support WMTS Dimensions
(edit) @12221   7 years Don-vip add public accessors to initialize internal Main variables
(edit) @12217   7 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12214   7 years Don-vip see #14817 - better assertion error message, include preset source url
(edit) @12197   7 years michael2402 Fix gpx WayPointTest of equals.
(edit) @12184   7 years michael2402 Do not rely on the List cast, wrap the collection in an array list instead.
(edit) @12181   7 years michael2402 Add a new ListenableWeakReference. Use it to not lose references to …
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(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
Note: See TracRevisionLog for help on using the revision log.