Changes between Initial Version and Version 1 of Ticket #22073, comment 3


Ignore:
Timestamp:
2022-05-16T17:26:20+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22073, comment 3

    initial v1  
    11Replying to [comment:2 Klumbumbus]:
    22> I get no warning in the console. But this might be also a shortcoming of the assert tests.
    3 If you are talking about the console when your run JOSM (e.g. `java -jar josm.jar`), you do need to have the advanced option `validator.check_assert_local_rules` set to `true` (see wiki:Help/Validator/MapCSSTagChecker#Syntax -- sixth bullet point).
     3If you are talking about the console when you run JOSM (e.g. `java -jar josm.jar`), you do need to have the advanced option `validator.check_assert_local_rules` set to `true` (see wiki:Help/Validator/MapCSSTagChecker#Syntax -- sixth bullet point).
    44
    55If you are talking about the unit test, then we have a problem. Which we can probably fix by setting the aforementioned configuration setting in the unit test.