Opened 6 years ago
Last modified 6 years ago
#19439 closed defect
Test failing on shop=trade — at Version 1
| Reported by: | Stereo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.06 |
| Component: | Unit tests | Version: | |
| Keywords: | Cc: | Klumbumbus |
Description (last modified by )
This test is failing since https://josm.openstreetmap.de/changeset/16714/josm, which added shop=trade to the presets:
Testcase: org.openstreetmap.josm.data.validation.tests.TagCheckerTest java.lang.AssertionError: [shop=trade] at org.openstreetmap.josm.data.validation.tests.TagCheckerTest.testIgnoredTagsNotInPresets(TagCheckerTest.java:208) at org.openstreetmap.josm.testutils.JOSMTestRules$TimeoutThread.run(JOSMTestRules.java:765)
This is because resources/data/validator/ignoretags.cfg has K:shop=trade on line 319.
See also #18265 for why shop=trade was added.
For the full test run, see https://github.com/grischard/josm/runs/808886749?check_suite_focus=true -> Java 8 on ubuntu-latest with headless=true
Note:
See TracTickets
for help on using tickets.


