Ignore:
Timestamp:
2020-08-03T20:23:44+02:00 (4 years ago)
Author:
simon04
Message:

fix #19620 - Tag2Link: allow to customize sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/Tag2LinkTest.java

    r16774 r16834  
    77
    88import org.junit.Assert;
     9import org.junit.Rule;
    910import org.junit.Test;
     11import org.openstreetmap.josm.testutils.JOSMTestRules;
     12
     13import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    1014
    1115/**
     
    2327        Assert.assertEquals(Arrays.asList(expected), links);
    2428    }
     29
     30    /**
     31     * Setup test.
     32     */
     33    @Rule
     34    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
     35    public JOSMTestRules test = new JOSMTestRules().preferences();
    2536
    2637    /**
Note: See TracChangeset for help on using the changeset viewer.