Changeset 19587 in josm


Ignore:
Timestamp:
2026-07-23T15:40:36+02:00 (28 hours ago)
Author:
stoecker
Message:

fix #24793 - drop old code in test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/tools/ImageProviderTest.java

    r19223 r19587  
    3838import org.xml.sax.SAXException;
    3939
    40 import com.kitfox.svg.SVGConst;
    4140import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    4241
     
    103102    void testTicket14319() throws IOException {
    104103        LogHandler14319 handler = new LogHandler14319();
    105         Logger.getLogger(SVGConst.SVG_LOGGER).addHandler(handler);
    106104        ImageIcon img = new ImageProvider(
    107105                new File(TestUtils.getRegressionDataDir(14319)).getAbsolutePath(), "attack.svg").get();
Note: See TracChangeset for help on using the changeset viewer.