Changeset 32963 in osm for applications/editors


Ignore:
Timestamp:
2016-09-10T00:42:10+02:00 (8 years ago)
Author:
darya
Message:

fix #13521

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java

    r32961 r32963  
    109109        public void visit(Relation r) {
    110110
    111                 if (!RouteUtils.isTwoDirectionRoute(r)) {
    112                         return;
    113                 }
    114 
    115111                // Download incomplete members. If the download does not work, return
    116112                // and do not do any testing.
     
    146142                }
    147143
     144                if (!RouteUtils.isTwoDirectionRoute(r)) {
     145                        return;
     146                }
     147               
    148148                // Check individual ways using the oneway direction test and the road
    149149                // type test:
Note: See TracChangeset for help on using the changeset viewer.