Changeset 7827 in josm for trunk/data/validator


Ignore:
Timestamp:
2014-12-19T01:21:22+01:00 (10 years ago)
Author:
Don-vip
Message:

see #10851 - fix unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/highway.mapcss

    r7819 r7827  
    6868way[highway=cycleway][cycleway=lane] {
    6969  throwWarning: tr("{0} used with {1}", "{0.value}", "{1.tag}");
    70   assertMatch: "way highway=cycleway bicycle=false";
    71   assertMatch: "way highway=cycleway bicycle=0";
    7270  assertNoMatch: "way highway=cycleway bicycle=yes";
    7371  assertNoMatch: "way highway=cycleway";
    74   assertMatch: "way highway=footway foot=false";
    75   assertMatch: "way highway=footway foot=0";
    7672  assertNoMatch: "way highway=footway foot=yes";
    7773  assertNoMatch: "way highway=footway";
Note: See TracChangeset for help on using the changeset viewer.