Ignore:
Timestamp:
2013-12-18T19:13:16+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #9430, fix #9445 - fix validator tests lifecycle

File:
1 edited

Legend:

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

    r6241 r6494  
    2525
    2626    protected static final int OVERLAPPING_AREAS = 2201;
    27     protected QuadBuckets<Way> index = new QuadBuckets<Way>();
     27    protected final QuadBuckets<Way> index = new QuadBuckets<Way>();
    2828
    2929    /**
     
    9393            }
    9494        }
     95       
     96        index.clear();
    9597
    9698        super.endTest();
Note: See TracChangeset for help on using the changeset viewer.