Changeset 15427 in josm for trunk/test
- Timestamp:
- 2019-10-06T00:32:07+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/GeoJSONReaderTest.java
r15424 r15427 39 39 */ 40 40 @Test 41 public void test () throws Exception {41 public void testReadGeoJson() throws Exception { 42 42 try (InputStream in = Files.newInputStream(Paths.get(TestUtils.getTestDataRoot(), "geo.json"))) { 43 43 final List<OsmPrimitive> primitives = new ArrayList<>(new GeoJSONReader()
Note:
See TracChangeset
for help on using the changeset viewer.