Changeset 15427 in josm for trunk/test


Ignore:
Timestamp:
2019-10-06T00:32:07+02:00 (5 years ago)
Author:
Don-vip
Message:

fix recent SonarQube issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/GeoJSONReaderTest.java

    r15424 r15427  
    3939     */
    4040    @Test
    41     public void test() throws Exception {
     41    public void testReadGeoJson() throws Exception {
    4242        try (InputStream in = Files.newInputStream(Paths.get(TestUtils.getTestDataRoot(), "geo.json"))) {
    4343            final List<OsmPrimitive> primitives = new ArrayList<>(new GeoJSONReader()
Note: See TracChangeset for help on using the changeset viewer.