Ignore:
Timestamp:
2019-03-11T21:15:00+01:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17454 - Support interval as restriction-type in conditional syntax validator test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java

    r14774 r14879  
    3030    private static final Set<String> RESTRICTION_TYPES = new HashSet<>(Arrays.asList("oneway", "toll", "noexit", "maxspeed", "minspeed",
    3131            "maxstay", "maxweight", "maxaxleload", "maxheight", "maxwidth", "maxlength", "overtaking", "maxgcweight", "maxgcweightrating",
    32             "fee", "restriction"));
     32            "fee", "restriction", "interval"));
    3333    private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination",
    3434            "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no"));
Note: See TracChangeset for help on using the changeset viewer.