Changeset 16434 in josm for trunk/test/unit
- Timestamp:
- 2020-05-17T00:02:18+02:00 (4 years ago)
- 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 22 22 void checkLinks(String... expected) { 23 23 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); 24 33 } 25 34
Note:
See TracChangeset
for help on using the changeset viewer.