Changeset 7134 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2014-05-15T20:03:47+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/ImageProviderTest.java
r7132 r7134 29 29 assertThat(ImageProvider.read(file, true, false).getTransparency(), is(Transparency.OPAQUE)); 30 30 } 31 32 /** 33 * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/10030">#10030</a> 34 * @throws IOException if an error occurs during reading 35 */ 36 @Test 37 public void testTicket10030() throws IOException { 38 File file = new File(TestUtils.getTestDataRoot()+"regress/10030/tile.jpg"); 39 ImageProvider.read(file, true, true); 40 } 31 41 }
Note:
See TracChangeset
for help on using the changeset viewer.