Opened 6 years ago

Last modified 6 years ago

#19439 closed defect

Test failing on shop=trade — at Initial Version

Reported by: Stereo Owned by: team
Priority: normal Milestone: 20.06
Component: Unit tests Version:
Keywords: Cc: Klumbumbus

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.