Changeset 33388 in osm for applications/editors/josm/plugins/opendata/test
- Timestamp:
- 2017-06-10T13:47:42+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/datasets/DataSetUpdaterTest.java
r33358 r33388 38 38 public void testTicket11166() throws Exception { 39 39 File file = new File(TestUtils.getRegressionDataFile(11166, "raba760dissJosm.zip")); 40 try (InputStream is = 40 try (InputStream is = new FileInputStream(file)) { 41 41 Predicate<? super Way> p = w -> w.getNodesCount() >= 0.9 * OsmApi.getOsmApi().getCapabilities().getMaxWayNodes(); 42 42 DataSet ds = ZipReader.parseDataSet(is, null, null, false);
Note:
See TracChangeset
for help on using the changeset viewer.