- Timestamp:
- 2016-08-27T12:44:53+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java
r10901 r10904 22 22 import org.openstreetmap.josm.io.OsmReader; 23 23 24 /** 25 * Unit tests of {@link QuadBuckets}. 26 */ 24 27 public class QuadBucketsTest { 25 28 … … 94 97 /** 95 98 * Test handling of objects with invalid bbox 96 * @throws Exception97 99 */ 98 100 @Test 99 public void testSpecialBBox() throws Exception{101 public void testSpecialBBox() { 100 102 QuadBuckets<Node> qbNodes = new QuadBuckets<>(); 101 103 QuadBuckets<Way> qbWays = new QuadBuckets<>();
Note:
See TracChangeset
for help on using the changeset viewer.