Ticket #21064: 21064.NameFinderAnnotation.patch
File 21064.NameFinderAnnotation.patch, 610 bytes (added by , 4 years ago) |
---|
-
test/unit/org/openstreetmap/josm/io/NameFinderTest.java
diff --git a/test/unit/org/openstreetmap/josm/io/NameFinderTest.java b/test/unit/org/openstreetmap/josm/io/NameFinderTest.java index dee6b497c..8a3f0569f 100644
a b import java.util.Arrays; 8 8 import java.util.stream.Collectors; 9 9 10 10 import org.junit.jupiter.api.Test; 11 import org.openstreetmap.josm.testutils.annotations.BasicPreferences; 11 12 12 13 /** 13 14 * Unit tests of {@link NameFinder} class. 14 15 */ 16 @BasicPreferences 15 17 class NameFinderTest { 16 18 17 19 // CHECKSTYLE.OFF: LineLength