Changes between Initial Version and Version 1 of Ticket #18802, comment 29
- Timestamp:
- 2020-03-06T17:34:44+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18802, comment 29
initial v1 12 12 13 13 Note: I ran the tests with r16048, which had the test fail on Jenkins. 14 15 16 EDIT: I just made some modifications to the MapWithAI paint style. Based off of the feedback from the test (`Unknown settings group: show_all`), I removed the `@supports (min-josm-version: 15289)` just for testing purposes. It doesn't make a major difference for the paint style, since its initial revision was 15229. 17 18 My ''guess'' is that the test doesn't understand `@supports(min-josm-version: VERSION)` when running under Jenkins CI. Just to double check, I am rerunning the whole test suite in an Ubuntu VM, which should (largely) replicate the Jenkins environment (this time, in a clean working directory).