source: josm/trunk/test/unit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9820   8 years wiktorn Fix unit tests after [9818]. Move all zoom levels one level lower. …
(edit) @9817   8 years Don-vip fix coverity defect 1351474 (division by zero), add unit test
(edit) @9816   8 years Don-vip add more unit tests, javadoc, fix code style issues
(edit) @9815   8 years Don-vip see #12514, see #12533 - fix/ignore longstanding problems in unit tests
(edit) @9814   8 years Don-vip see #12229 - revert r9785 and r9803: problem with audio unit test was …
(edit) @9811   8 years Don-vip add a unit test for ValidatorTreePanel
(edit) @9810   8 years Don-vip checkstyle
(edit) @9809   8 years bastiK fixed #12524 - update unit test (patch by kolesar)
(edit) @9806   8 years bastiK see #12524 - forgot to commit tests (patch by kolesar)
(edit) @9801   8 years stoecker fix SessionReaderTest
(edit) @9797   8 years Don-vip fix #12531 - NPE when importing notes files (regression from r9746)
(edit) @9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
(edit) @9785   8 years Don-vip ignore last two audio unit tests to see if it fixes the regression on …
(edit) @9784   8 years Don-vip attempt to fix audio unit test
(edit) @9782   8 years Don-vip attempt to fix unit test
(edit) @9779   8 years Don-vip add more unit tests
(edit) @9776   8 years Don-vip add more unit tests
(edit) @9775   8 years Don-vip add more unit tests
(edit) @9767   8 years bastiK update tests for [9558] and [9642] (see #12186, see #12514)
(edit) @9764   8 years bastiK remove unstable test (see #12514)
(edit) @9763   8 years bastiK see #12508 - add missing fixtures for unit test
(edit) @9762   8 years Don-vip fix #12504 - StackOverflowError at SearchCompiler when searching …
(edit) @9761   8 years Don-vip fix #12508 - add missing fixtures for command unit tests
(edit) @9757   8 years bastiK remove unstable test
(edit) @9756   8 years bastiK fix test (see #12437)
(edit) @9753   8 years Don-vip add unit tests
(edit) @9749   8 years Don-vip upgrade to checkstyle 6.15
(edit) @9742   8 years simon04 fix #12486 - Gpx/image correlation: allow sub-second offset The …
(edit) @9741   8 years simon04 see #12486 - Gpx/image correlation: factor out classes Timezone, Offset
(edit) @9740   8 years simon04 see #12485 - Add unit test for nmea reading
(edit) @9739   8 years simon04 see #12485 - Fix parsing of sub-seconds Sometimes there are really …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9728   8 years simon04 Unit test: canonical name for TemplateParserTest
(edit) @9727   8 years simon04 Add further CorrelateGpxWithImages unit tests
(edit) @9726   8 years simon04 see #12485 - Wrong GPX Correlation, add unit test Regression from …
(edit) @9719   8 years Don-vip DownloadWmsAlongTrackAction: add new unit test, error logs, fix …
(edit) @9717   8 years Don-vip checkstyle
(edit) @9716   8 years Don-vip fix #12467, see #12412 - presets no longer fit correct for boundary
(edit) @9713   8 years simon04 see #12437 see #12474 - Add (failing) unit tests
(edit) @9712   8 years simon04 Add unit tests for MultiMap
(edit) @9711   8 years simon04 see #12300 - Provide wrapper classes for transfer data to avoid …
(edit) @9704   8 years simon04 fix #12469 - Update overpass wizard code
(edit) @9701   8 years simon04 fix #12465 - Search dialog validation: fix UncheckedParseException
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9685   8 years Don-vip UploadDialog: code refactoring, add javadoc, basic unit test, remove …
(edit) @9680   8 years Don-vip fix NPE seen in unit tests
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9672   8 years Don-vip fix #11685 - parse subsecond exif information correctly
(edit) @9671   8 years Don-vip fix/cleanup unit tests
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9663   8 years Don-vip fix/cleanup unit tests
(edit) @9661   8 years Don-vip fix/cleanup unit tests
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9659   8 years Don-vip see #12410 - rename super interface, fix unit test
(edit) @9657   8 years Don-vip fix #12410 - new button to refresh relation in relation editor (patch …
(edit) @9644   8 years Don-vip help browser: code refactoring, add first unit tests
(edit) @9635   8 years Don-vip add more unit tests
(edit) @9633   8 years Don-vip fix unit tests
(edit) @9632   8 years Don-vip fix #12443 - NPE (regression from r9588, see #12412)
(edit) @9628   8 years bastiK fix WMTS with EPSG:4326 broken in [9608] (see #12186)
(edit) @9624   8 years Don-vip update/fix preferences unit tests, based on work from Mapillary plugin …
(edit) @9622   8 years Don-vip add more unit tests + fix some sonar issues
(edit) @9621   8 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9612   8 years Don-vip see #12186 - checkstyle
(edit) @9611   8 years Don-vip update unit tests
(edit) @9609   8 years bastiK rewrite of ProjectionRefTest - now covers all projections (see #12186)
(edit) @9607   8 years Don-vip ConflictDialog: fix findbugs issue, add unit test
(edit) @9606   8 years Don-vip add more unit tests
(edit) @9605   8 years Don-vip see #11924 - use ISO date format in unit tests to avoid differences …
(edit) @9604   8 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9602   8 years Don-vip HistoryBrowserDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9601   8 years Don-vip ConflictDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9599   8 years Don-vip see #11924 - add assertions to check if java.locale.providers
(edit) @9596   8 years Don-vip increase timeout to avoid test failure (last run on jdk9 took 10.2 seconds)
(edit) @9594   8 years Don-vip add unit test for SelectByInternalPointAction
(edit) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9585   8 years Don-vip add more unit tests
(edit) @9575   8 years Don-vip add unit tests
(edit) @9571   8 years Don-vip fix #12416 - see #12160 - fix unnecessary use of scrollbar in tagging …
(edit) @9569   8 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9563   8 years Don-vip see #12300 - add javadoc, unit tests
(edit) @9560   8 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9556   8 years Don-vip add unit test
(edit) @9549   8 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(edit) @9548   8 years Don-vip fix #12405 - wrong JPanel initialization (regression from r9543)
(edit) @9547   8 years Don-vip checkstyle
(edit) @9546   8 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9544   8 years Don-vip add unit tests
(edit) @9539   8 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9535   8 years bastiK see #12186 - update tests
(edit) @9533   8 years Don-vip fix CustomConfigurator unit test - avoid messing up preferences file …
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9527   8 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9524   8 years Don-vip CustomConfigurator - add unit test, javadoc, and use JavaScript
(edit) @9504   8 years Don-vip add robustness to mapcss rules unit test
(edit) @9501   8 years Don-vip make the distinction between unit tests (*Test.java) and integration …
(edit) @9499   8 years simon04 fix #11685 - Use sub-second exif/xmp data
(edit) @9498   8 years Don-vip add unit tests, code cleanup
Note: See TracRevisionLog for help on using the revision log.