Ignore:
Timestamp:
2011-09-08T08:56:50+02:00 (13 years ago)
Author:
simon04
Message:

fix #4656 - new validator test: building inside building

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

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/QuadBuckets.java

    r4191 r4409  
    527527    }
    528528
    529     public void unsupported()
    530     {
    531         System.out.println("unsupported operation");
    532         throw new UnsupportedOperationException();
    533     }
    534529    public boolean retainAll(Collection<?> objects)
    535530    {
  • trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java

    r4126 r4409  
    2626import org.openstreetmap.josm.data.projection.Lambert;
    2727import org.openstreetmap.josm.data.projection.Mercator;
     28import org.openstreetmap.josm.data.validation.tests.BuildingInBuilding;
    2829import org.openstreetmap.josm.data.validation.tests.Coastlines;
    2930import org.openstreetmap.josm.data.validation.tests.CrossingWays;
     
    9697        TurnrestrictionTest.class, // ID  1801 ..  1899
    9798        DuplicateRelation.class, // ID 1901 .. 1999
     99        BuildingInBuilding.class, // ID 2001 .. 2099
    98100    };
    99101
Note: See TracChangeset for help on using the changeset viewer.