Changeset 36173 in osm for applications/editors/josm/plugins/opendata/test
- Timestamp:
- 2023-10-16T23:27:18+02:00 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java
r36072 r36173 47 47 File file = new File(TestUtils.getRegressionDataFile(9592, "bg.mif")); 48 48 try (InputStream is = new FileInputStream(file)) { 49 NonRegFunctionalTests.testGeneric("#9592", MifReader.parseDataSet(is, file, newHandler("EPSG:32635") , null));49 NonRegFunctionalTests.testGeneric("#9592", MifReader.parseDataSet(is, file, newHandler("EPSG:32635"))); 50 50 } 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.