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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8657   9 years Don-vip fix #11769 - fix unit test (patch by michael2402)
(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) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(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) @8511   9 years Don-vip checkstyle: modifiers order
(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) @8494   9 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8482   9 years simon04 Correctly parse tab-separated tags … by using non-greedy regular …
(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) @8435   9 years Don-vip fix #11498 - Warn about obvious misspelled tag values (modified patch …
(edit) @8423   9 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8391   9 years Don-vip fix unit tests
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8351   9 years Don-vip fix unit test broken in r8346
(edit) @8343   9 years Balaitous see #10748 - Move and connect way to an external node with shape …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8322   9 years simon04 fix #11380 - JOSM notes layer thinks that all notes were created on …
(edit) @8303   9 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8294   9 years Balaitous fix #10396 - Disconnecting nodes from way could be easier * …
(edit) @8276   9 years Balaitous fix #11184 - "split way" is splitting an other way instead of the …
(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) @8262   9 years bastiK see #10217 - "fix" test
(edit) @8257   9 years simon04 fix #11370 - "area" is not supported in validator asserts
(edit) @8251   9 years simon04 see #10217 - MapCSS rotation: add grad and turn units
(edit) @8250   9 years simon04 fix #11358 - Search: allow negative indices for nth: to search backward
(edit) @8239   9 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @8206   9 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @8193   9 years simon04 Remote control: improve, harmonize, test URL parsing
(edit) @8180   9 years stoecker fix #10977 - reverse way handling of left/right together with oneway
(edit) @7959   9 years bastiK closes #10962 - fix tests
(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 …
(edit) @7855   9 years Don-vip fix unit test regression
(edit) @7851   9 years Don-vip code cleanup
(edit) @7850   9 years Don-vip fix #9605, fix #10050 - align nodes in line moves outer instead of …
(edit) @7848   9 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7824   9 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(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) @7637   9 years Don-vip see #10511 - disable unit test until we fix the bug
(edit) @7615   10 years Don-vip see #10601 - update unit test
(edit) @7579   10 years Don-vip see #10529 - fix mapcss unit test
(edit) @7535   10 years Don-vip fix unit test
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7526   10 years Don-vip see #10398 - fix unit test broken in r7523
(edit) @7515   10 years Don-vip see #10494 - Update opening_hours.js unit test
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7418   10 years bastiK fixed #10301 - update of MapCSSWithExtendedTextDirectivesTest unit test
(edit) @7396   10 years Don-vip see #10351 - fix unit test
(edit) @7366   10 years Don-vip add more info in case of test fixture creation fails
(edit) @7365   10 years Don-vip code refactorization for non-regression tests
(edit) @7357   10 years Don-vip see #10206 - update Groovy tests
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(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) @7307   10 years Don-vip see #10239 - fix unit test
(edit) @7275   10 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7254   10 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7210   10 years simon04 see #10092 - Refactor and test preset filtering
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7167   10 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   10 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7151   10 years simon04 see #10053 - Make failing projection unit tests pass Ignore failing …
(edit) @7134   10 years Don-vip fix #10030 - wms support broken in r7132
Note: See TracRevisionLog for help on using the revision log.