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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14235   8 years Don-vip make sure https is properly initialized for integration tests
(edit) @14165   8 years Don-vip fix #16652 - validator dialog: display multiple OSM primitives like in …
(edit) @14138   8 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @13616   8 years Don-vip use OsmDataLayer.getDataSet() in unit tests
(edit) @13489   9 years Don-vip fix #16044 - Autofix invalid URL with the wrong type of slashes
(edit) @13435   9 years Don-vip see #8039, see #10456 - fix regressions and code style issues
(edit) @13411   9 years Klumbumbus see #15760 - update unit test
(edit) @13390   9 years Don-vip fix #15869 - make SimilarNamedWays check aware of all Unicode numbers
(edit) @13195   9 years Don-vip fix #15641 - avoid CCE in MapCSSTagChecker
(edit) @13147   9 years Don-vip see #15582 - mode is needed for conditional keys
(edit) @13145   9 years Don-vip see #15582 - simplify our usage of opening_hours.js library (drop …
(edit) @12726   9 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12663   9 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12620   9 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12568   9 years Don-vip fix unit test
(edit) @12564   9 years Don-vip fix unit tests
(edit) @12312   9 years Don-vip fix #14891 - improve roundabout/links validator test
(edit) @12283   9 years Don-vip fix #14858 - "Similarly named ways" test: detect accent and case …
(edit) @12002   9 years stoecker fix #14692 - relatation checker test broken
(edit) @11921   9 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11890   9 years Don-vip fix unit test
(edit) @11747   9 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11622   10 years Don-vip checkstyle - enable CommentsIndentation rule
(edit) @11621   10 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11493   10 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11491   10 years Don-vip see #14287 - add non regression unit test
(edit) @11479   10 years Don-vip checkstyle
(edit) @11475   10 years bastiK see #14252 - better wording in validator message
(edit) @11468   10 years bastiK see #14252 - fix tests
(edit) @11441   10 years Don-vip fix #14202 - fix self-intersecting way test (patch by GerdP)
(edit) @11403   10 years Don-vip replace groovy validator unit tests by java ones
(edit) @11241   10 years Don-vip sonar - fix warnings
(edit) @11227   10 years bastiK applied #13307 - various improvements to MultipolygonTest (patch by …
(edit) @11201   10 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @11149   10 years bastiK applied #13086 - changed self-intersecting ways detection (patch by …
(edit) @11136   10 years bastiK applied #13086 - Detect all self-intersecting ways (patch by Gerd …
(edit) @11131   10 years simon04 "Missing name:* translation" test: ignore name:etymology:wikidata
(edit) @11084   10 years simon04 see #13762 - Add non-regression unit test
(edit) @11014   10 years Don-vip fix #13630 - proper validation of invalid mapcss rules
(edit) @11007   10 years Don-vip fix #13643 - prevent creation of DuplicateNode errors with empty list …
(edit) @10991   10 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10962   10 years Don-vip improve unit tests
(edit) @10945   10 years Don-vip convert more unit tests to JOSMTestRules
(edit) @10758   10 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10756   10 years Don-vip add robustness to DomainValidatorTestIT
(edit) @10743   10 years Don-vip sonar - pmd-unit-tests:UseAssertTrueInsteadOfAssertEquals
(edit) @10710   10 years simon04 fix #12570 - Group MapCSS tag checker tests
(edit) @10657   10 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10467   10 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10378   10 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10338   10 years Don-vip update to Commons Validator 1.5.1
(edit) @10222   10 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10219   10 years Don-vip findbugs - reliance on default encoding
(edit) @10218   10 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10202   10 years Don-vip increase code coverage
(edit) @10141   10 years simon04 Validate that stop position lies on public transport route
(edit) @10133   10 years Don-vip increase code coverage
(edit) @10081   10 years Don-vip see #12699 - rework unit test
(edit) @10080   10 years Don-vip fix #12699 - disable long segment validator warning for ferry ways
(edit) @9967   10 years Don-vip cleanup unit tests
(edit) @9933   11 years simon04 see #8460 - Validate that public transport routes (version 2) do not …
(edit) @9932   11 years simon04 see #8460 - fix typo from r9931, fix matching, improve conditions, add …
(edit) @9869   11 years Don-vip see #12557 - rename integration test correctly
(edit) @9853   11 years Don-vip fix #12557 : update to Apache Commons Validator 1.5.0 + updates from …
(edit) @9693   11 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9666   11 years stoecker see #12410 fix style of tests
(edit) @9604   11 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9490   11 years Don-vip see #12377 - add multipolygon unit test
(edit) @9382   11 years simon04 fix #12329 - Tag checker: Losing valid values when auto-fixing in some …
(edit) @9335   11 years Don-vip see #10278 - use @supports rules instead of @media queries …
(edit) @9231   11 years Don-vip javadoc update
(edit) @9214   11 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9023   11 years Don-vip see #12102 - cleanup TagChecker - code refactor/cleanup/simplification …
(edit) @8941   11 years Don-vip fix #12004 - suggest to replace source:maxspeed=UK:* by …
(edit) @8936   11 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8926   11 years Don-vip javadoc fixes
(edit) @8873   11 years Don-vip fix #11967 - Regression: Object count in validator broken + add unit test
(edit) @8863   11 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   11 years Don-vip improve/cleanup unit tests
(edit) @8753   11 years simon04 fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
(edit) @8741   11 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8680   11 years simon04 fix #11755 - Update version of opening_hours.js to 3.3.0
(edit) @8624   11 years bastiK add missing svn:eol-style=native
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8459   11 years Don-vip javadoc / Unit test fixes
(edit) @8458   11 years Don-vip see #11484 - update unit test
(edit) @8331   11 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8266   11 years simon04 fix #9782 fix #10859 - MapCSS validator: evaluate real key and value …
(edit) @8265   11 years simon04 fix #10913 - MapCSS validator: retain sequence of fixing commands
(edit) @8239   11 years simon04 fix #9242 - Validator: reword "A name:* translation is missing" test result
(edit) @7938   12 years bastiK add more subversion property svn:eol=native
(edit) @7937   12 years bastiK add subversion property svn:eol=native
(edit) @7902   12 years Don-vip see #10696 - allow URLs without protocol
(edit) @7901   12 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7884   12 years Don-vip fix #9844, fix #9992, fix #10133 - fix relation checker tests against …
(edit) @7848   12 years Don-vip fix #3733 - SimilarNamedWays naïvely uses Levenshtein distance and …
(edit) @7824   12 years Don-vip fix #10862 - proper validation of IDN (Internationalized Domain Name) …
(edit) @7615   12 years Don-vip see #10601 - update unit test
(edit) @7526   12 years Don-vip see #10398 - fix unit test broken in r7523
Note: See TracRevisionLog for help on using the revision log.