Changeset 19587 in josm
- Timestamp:
- 2026-07-23T15:40:36+02:00 (28 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/tools/ImageProviderTest.java
r19223 r19587 38 38 import org.xml.sax.SAXException; 39 39 40 import com.kitfox.svg.SVGConst;41 40 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 42 41 … … 103 102 void testTicket14319() throws IOException { 104 103 LogHandler14319 handler = new LogHandler14319(); 105 Logger.getLogger(SVGConst.SVG_LOGGER).addHandler(handler);106 104 ImageIcon img = new ImageProvider( 107 105 new File(TestUtils.getRegressionDataDir(14319)).getAbsolutePath(), "attack.svg").get();
Note:
See TracChangeset
for help on using the changeset viewer.
