Changeset 16434 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2020-05-17T00:02:18+02:00 (4 years ago)
Author:
simon04
Message:

fix #19071 - Tag2Link: obtain rules via Apache Ivy and org.webjars.npm

Location:
trunk/test/unit/org/openstreetmap/josm/tools
Files:
1 deleted
1 edited

Legend:

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

    r15794 r16434  
    2222    void checkLinks(String... expected) {
    2323        Assert.assertEquals(Arrays.asList(expected), links);
     24    }
     25
     26    /**
     27     * Unit test of function {@link Tag2Link#initialize()}.
     28     */
     29    @Test
     30    public void testInitialize() {
     31        Tag2Link.initialize();
     32        Assert.assertTrue("obtains at least 40 rules", Tag2Link.wikidataRules.size() > 40);
    2433    }
    2534
Note: See TracChangeset for help on using the changeset viewer.