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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11036   8 years simon04 see #13376 - Fix unit test
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11020   8 years Don-vip add more unit tests
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
(edit) @10974   8 years Don-vip fix #13564 - add unit test with valid URL
(edit) @10973   8 years Don-vip see #13564 - proper management of invalid URLs in remote control …
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10733   8 years Don-vip checkstyle
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10396   8 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10339   8 years Don-vip fix unit tests
(edit) @10324   8 years Don-vip see #12264 - disable https://helloworld.letsencrypt.org test until the …
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10171   8 years Don-vip update to checkstyle 6.18
(edit) @10165   8 years simon04 fix #12803 - JOSM writes invalid crs entry in GeoJSON
(edit) @10157   8 years bastiK see #12264 - add TLS test url with SNI
(edit) @10156   8 years bastiK see #12264 - helloworld.letsencrypt.org now using ISRG root - update test
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10116   8 years Don-vip add more unit tests
(edit) @10054   8 years Don-vip fix unit test
(edit) @10051   8 years Don-vip fix #12675 - fix XML encoding of user names in changeset requests
(edit) @10019   8 years bastiK fixed #12264 - repair unit test adding certificates must happen …
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9995   8 years bastiK fixed #12264 - Add own CA's to Java cert-store
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9942   8 years Don-vip fix problems seen in unit tests when launched manually from Eclipse
(edit) @9797   8 years Don-vip fix #12531 - NPE when importing notes files (regression from r9746)
(edit) @9753   8 years Don-vip add unit tests
(edit) @9749   8 years Don-vip upgrade to checkstyle 6.15
(edit) @9740   8 years simon04 see #12485 - Add unit test for nmea reading
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9380   8 years Don-vip fix unit test, remove dependence on Ant runtime
(edit) @9378   8 years simon04 Add first unit test for parsing GPX data
(edit) @9344   8 years Don-vip see #11924 - fix one javadoc warning with JDK9, add more unit tests
(edit) @9328   8 years Don-vip add more unit tests
(edit) @9310   8 years simon04 fix #11773 - Saving osm files in JOSM will save the nodes in one of …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @8876   9 years Don-vip cleanup unit tests
(edit) @8858   9 years Don-vip add unit test for note reading
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8837   9 years Don-vip fix unit test broken in last commit
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8803   9 years simon04 fix #9114 - Store imagery offset in session
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8450   9 years Don-vip unit tests - simplify assertions
(edit) @8351   9 years Don-vip fix unit test broken in r8346
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8193   9 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7535   10 years Don-vip fix unit test
(edit) @7337   10 years Don-vip see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
(edit) @7336   10 years Don-vip see #10230, see #10033 - fix unit test
(edit) @7327   10 years Don-vip see #10292 - cleanup unit test
(edit) @7326   10 years Don-vip fix #10292 - allow to load a session with NMEA file + enhance …
(edit) @7087   10 years simon04 ignore (non-working) functional GUI functional tests without …
(edit) @7086   10 years simon04 see #8465 - see r7082 - fix unit test related to the UTF_8 constant
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7070   10 years Don-vip see #9990 - show problem with unit tests
(edit) @7040   10 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6440   10 years simon04 Load and display changeset comment in history dialog
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2690   14 years Gubaer Test cases
(add) @2605   14 years Gubaer Unit tests for r2604
Note: See TracRevisionLog for help on using the revision log.