Changeset 34331 in osm for applications/editors/josm/plugins/opendata/test
- Timestamp:
- 2018-06-20T19:25:48+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/opendata/test
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java
r34153 r34331 41 41 42 42 /** 43 * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/16402">#16402</a> 44 * @throws Exception if an error occurs during reading 45 */ 46 @Test 47 public void testTicket16402() throws Exception { 48 try (InputStream is = TestUtils.getRegressionDataStream(16402, "MapsMe-new.kml")) { 49 NonRegFunctionalTests.testGeneric("#16402", KmlReader.parseDataSet(is, null)); 50 } 51 } 52 53 /** 43 54 * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/12694">#12694</a> 44 55 * @throws Exception if an error occurs during reading
Note:
See TracChangeset
for help on using the changeset viewer.