Changeset 9231 in josm for trunk/test/unit/org/openstreetmap/josm/tools
- Timestamp:
- 2016-01-01T02:35:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java
r9147 r9231 52 52 } 53 53 54 /** 55 * Test fetching an image using {@code wiki://} protocol. 56 */ 54 57 @Test 55 public void testWikiProtocol() throws Exception{58 public void testWikiProtocol() { 56 59 // https://commons.wikimedia.org/wiki/File:OpenJDK_logo.svg 57 60 assertNotNull(ImageProvider.get("wiki://OpenJDK_logo.svg"));
Note:
See TracChangeset
for help on using the changeset viewer.