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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9756   8 years bastiK fix test (see #12437)
(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) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9628   8 years bastiK fix WMTS with EPSG:4326 broken in [9608] (see #12186)
(edit) @9612   8 years Don-vip see #12186 - checkstyle
(edit) @9609   8 years bastiK rewrite of ProjectionRefTest - now covers all projections (see #12186)
(edit) @9604   8 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9560   8 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9549   8 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(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) @9524   8 years Don-vip CustomConfigurator - add unit test, javadoc, and use JavaScript
(edit) @9498   8 years Don-vip add unit tests, code cleanup
(edit) @9490   8 years Don-vip see #12377 - add multipolygon unit test
(edit) @9489   8 years Don-vip unit tests code refactoring/cleanup
(edit) @9480   8 years Don-vip fix #12376 - Multipolygon test hangs (patch by cmuelle8), regression …
(edit) @9476   8 years Don-vip see #12376 - add non-regression unit test
(edit) @9459   8 years Don-vip fix #12354 - OsmPrimitiveKeyHandlingTest clean up (patch by michael2402)
(edit) @9382   8 years simon04 fix #12329 - Tag checker: Losing valid values when auto-fixing in some …
(edit) @9372   8 years simon04 Checkstyle
(edit) @9370   8 years bastiK unit test & javadoc
(edit) @9335   8 years Don-vip see #10278 - use @supports rules instead of @media queries …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9225   8 years Don-vip add more unit tests
(edit) @9220   8 years Don-vip update unitils-core to 3.4.2, increase unit test coverage with …
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9213   8 years Don-vip fix #12253 - NPE
(edit) @9203   8 years Don-vip add more unit tests, javadoc
(edit) @9201   8 years Don-vip add more unit tests, javadoc
(edit) @9199   8 years Don-vip see #11924 - add compatibility with new Java 9 version scheme …
(edit) @9189   8 years bastiK test: remove suppressPermanentFailure, seems to be working now
(edit) @9167   8 years wiktorn - Move TemplatedWMSTileSource to Projection.getWorldBoundsBoxEastNorth …
(edit) @9140   8 years bastiK see #12186 - actually test what is intended to be tested
(edit) @9133   8 years bastiK see #12186 - add more projections The list of projections is now …
(edit) @9130   8 years bastiK see #12186 - move projection data files to separate directory
(edit) @9095   8 years wiktorn Fix 12168. - added testcase for bug #12168. I removed all but one …
(edit) @9081   8 years wiktorn FIx missing scrollbar on WMTS layer selection list. Closes #12151.
(edit) @9023   8 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @9007   8 years wiktorn Fix broken representation of URL-s in Imagery Preferences
(edit) @8997   8 years Don-vip checkstyle
(edit) @8993   8 years Don-vip fix #12060 - NPE
(edit) @8991   8 years simon04 fix #12054 - IllegalArgumentException in JCS log handler
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8941   8 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8936   8 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8873   9 years Don-vip fix #11967 - Regression: Object count in validator broken + add unit test
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   9 years Don-vip improve/cleanup unit tests
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8793   9 years Don-vip fix #11889 - adapt projection regression test to Java 9. Safe …
(edit) @8770   9 years Don-vip don't use deprecated method in unit test
(edit) @8753   9 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8752   9 years wiktorn Support situations, where WMTS service provides more than one tile set …
(edit) @8741   9 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8697   9 years wiktorn fix failing tests
(edit) @8680   9 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8651   9 years wiktorn fix tests
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8618   9 years wiktorn Fix calculation of World Bounds for WMS when no projection has no …
(edit) @8606   9 years wiktorn Properly report exceptions from tile download
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8599   9 years wiktorn Fix tests failing after [8598]
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   9 years wiktorn Checkstyle fixes
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8570   9 years Don-vip checkstyle
(edit) @8569   9 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8542   9 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(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) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8458   9 years Don-vip see #11484 - update unit test
(edit) @8457   9 years Don-vip fix #11512 - update unit test
(edit) @8450   9 years Don-vip unit tests - simplify assertions
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8266   9 years simon04 fix #9782 fix #10859 - MapCSS validator: evaluate real key and value …
(edit) @8265   9 years simon04 fix #10913 - MapCSS validator: retain sequence of fixing commands
(edit) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8239   9 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @7944   9 years bastiK add regression data for new projections
(edit) @7938   9 years bastiK add more subversion property svn:eol=native
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7902   9 years Don-vip see #10696 - allow URLs without protocol
(edit) @7901   9 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7884   9 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
Note: See TracRevisionLog for help on using the revision log.