Skip to content

Commit f37823d

Browse files
committed
test: remove duplicate testGeometryBeyondMaxDepth_returnsNull superseded by dkhawk's commit
1 parent bef0b52 commit f37823d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

library/src/test/java/com/google/maps/android/data/geojson/GeoJsonParserTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,6 @@ public void testDeeplyNestedGeometryCollection_doesNotThrowStackOverflow() throw
418418
}
419419
}
420420

421-
@Test
422-
public void testGeometryBeyondMaxDepth_returnsNull() throws Exception {
423-
JSONObject tooDeep = buildNestedGeometryCollection(21);
424-
Geometry result = GeoJsonParser.parseGeometry(tooDeep);
425-
assertNull("Geometry melebihi MAX_GEOMETRY_DEPTH seharusnya null", result);
426-
}
427421

428422
@Test
429423
public void testShallowNestedGeometryCollection_parsedCorrectly() throws Exception {

0 commit comments

Comments
 (0)