Ignore:
Timestamp:
2016-08-08T18:48:10+02:00 (8 years ago)
Author:
xamanu
Message:

Stop area relation validation tests added

Location:
applications/editors/josm/plugins/pt_assistant/test
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/test/unit/org/openstreetmap/josm/plugins/pt_assistant/AbstractTest.java

    r32707 r32783  
    4646 
    4747 public static final String PATH_TO_SOLITARY_STOP_POSITION = "test/data/solitary-stop-position.osm";
     48
     49 public static final String PATH_TO_STOP_AREA_MEMBERS = "test/data/stop-area-members.osm";
     50 public static final String PATH_TO_STOP_AREA_RELATIONS = "test/data/stop-area-relations.osm";
     51 public static final String PATH_TO_STOP_AREA_NO_STOPS = "test/data/stop-area-no-stops.osm";
     52 public static final String PATH_TO_STOP_AREA_MANY_STOPS = "test/data/stop-area-many-stops.osm";
     53 public static final String PATH_TO_STOP_AREA_NO_PLATFORMS = "test/data/stop-area-no-platform.osm";
     54 public static final String PATH_TO_STOP_AREA_MANY_PLATFORMS = "test/data/stop-area-many-platforms.osm";
     55
    4856 
    4957 public static final String PATH_TO_SEGMENT_TEST = "test/data/segment-test.osm";
Note: See TracChangeset for help on using the changeset viewer.