Changeset 6370 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2013-11-06T21:20:01+01:00 (10 years ago)
Author:
simon04
Message:

fix #9157 - add opening_hours validation test

This test utilizes https://github.com/ypid/opening_hours.js which is licensed
under the New (2-clause) BSD license.

Location:
trunk/src/org/openstreetmap/josm/data/validation
Files:
1 added
1 edited

Legend:

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

    r6289 r6370  
    3939import org.openstreetmap.josm.data.validation.tests.NodesDuplicatingWayTags;
    4040import org.openstreetmap.josm.data.validation.tests.NodesWithSameName;
     41import org.openstreetmap.josm.data.validation.tests.OpeningHourTest;
    4142import org.openstreetmap.josm.data.validation.tests.OverlappingAreas;
    4243import org.openstreetmap.josm.data.validation.tests.OverlappingWays;
     
    114115        Highways.class, // ID 2701 .. 2799
    115116        BarriersEntrances.class, // ID 2801 .. 2899
     117        OpeningHourTest.class // 2901 .. 2999
    116118    };
    117119
Note: See TracChangeset for help on using the changeset viewer.