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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9951   8 years simon04 see #11516 - Compute closed way area using Sinusoidal projection
(edit) @9878   8 years simon04 see #11516 - Add Geometry unit tests
(edit) @9856   8 years simon04 fix #12547 see #12469 - Fix Overpass API "Build query" for Java 7
(edit) @9815   8 years Don-vip see #12514, see #12533 - fix/ignore longstanding problems in unit tests
(edit) @9764   8 years bastiK remove unstable test (see #12514)
(edit) @9757   8 years bastiK remove unstable test
(edit) @9739   8 years simon04 see #12485 - Fix parsing of sub-seconds Sometimes there are really …
(edit) @9728   8 years simon04 Unit test: canonical name for TemplateParserTest
(edit) @9712   8 years simon04 Add unit tests for MultiMap
(edit) @9704   8 years simon04 fix #12469 - Update overpass wizard code
(edit) @9672   8 years Don-vip fix #11685 - parse subsecond exif information correctly
(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) @9605   8 years Don-vip see #11924 - use ISO date format in unit tests to avoid differences …
(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) @9546   8 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9499   8 years simon04 fix #11685 - Use sub-second exif/xmp data
(edit) @9488   8 years Don-vip fix unit test
(edit) @9479   8 years Don-vip fix unit test
(edit) @9474   8 years Don-vip ExceptionUtil: add unit test, fix javadoc, various NPEs, HTML …
(edit) @9401   8 years Don-vip checkstyle
(edit) @9399   8 years Don-vip add unit test
(edit) @9394   8 years simon04 Fix timezone aware unit tests
(edit) @9385   8 years simon04 Refactoring: introduce UncheckedParseException In addition, …
(edit) @9383   8 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9274   8 years simon04 Uniform display of sizes (B, kB, MB, ...)
(edit) @9239   8 years Don-vip javadoc update
(edit) @9234   8 years simon04 fix #11338 - Gpx tracks: speed outliers and coloring
(edit) @9231   8 years Don-vip javadoc update
(edit) @9229   8 years Don-vip fix #12262 - NPE
(edit) @9174   8 years simon04 see #12231 - Update unit tests, fix regression
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9145   8 years Don-vip see #12229 - add junit timeout. Even if audio unit tests can be run in …
(edit) @9144   8 years Don-vip see #12229 - add unit tests for audio playback
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8876   9 years Don-vip cleanup unit tests
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(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) @8482   9 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(edit) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8322   9 years simon04 fix #11380 - JOSM notes layer thinks that all notes were created on …
(edit) @7959   9 years bastiK closes #10962 - fix tests
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7791   9 years bastiK see #10286 - add test for Geometry class
(edit) @7786   9 years Don-vip see #10816 - fix text parsing regressions
(edit) @7365   10 years Don-vip code refactorization for non-regression tests
(edit) @7134   10 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(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) @7076   10 years Don-vip fix unit test on system with non-english locale + javadoc
(edit) @7060   10 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6871   10 years simon04 Add unit test for AlphanumComparator
(edit) @6671   10 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6661   10 years simon04 fix #9561 - Bug in getDurationString
(edit) @6652   10 years simon04 fix #9525 - multiselecting objects does not show differing relation …
(edit) @6483   10 years Don-vip see #9434 - repair unit test
(edit) @6471   10 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6421   10 years simon04 see #9341 - provide utility methods to open URL + decompress stream if …
(edit) @6410   10 years Don-vip * tagchecker: ignore keys starting with source: * utils: handle …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6213   11 years Don-vip fix locale issue in latest junit test
(edit) @6210   11 years Don-vip fix file encoding of new junit test that makes build fail
(edit) @6209   11 years Don-vip fix #8895, fix #9030 - fix regression in geottaged pictures support …
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6155   11 years bastiK fixed #8945 - another NPE + unit test (patch by AlfonZ)
(edit) @5772   11 years Don-vip see #8505 - strip of trailing and leading whitespace characters of …
(edit) @5756   11 years akks paste tags from text: fixed one more parser error, added JUnit tests, …
(edit) @4546   12 years jttt Extend name templates with context switch - possibility to use tags of …
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(add) @4282   13 years jttt Allow to specify custom pattern for marker text labels
Note: See TracRevisionLog for help on using the revision log.