Changeset 16935 in josm
- Timestamp:
- 2020-08-26T20:40:23+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/GeoJSONReaderTest.java
r16933 r16935 163 163 * Test reading a JSON file which is not a proper GeoJSON (type missing). 164 164 */ 165 @Test 165 166 public void testReadGeoJsonWithoutType() { 166 167 assertThrows(IllegalDataException.class, () ->
Note:
See TracChangeset
for help on using the changeset viewer.