Changeset 32402 in osm for applications/editors/josm/plugins/ImportImagePlugin/test/unit
- Timestamp:
- 2016-06-25T13:23:53+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/test/unit/org/openstreetmap/josm/plugins/ImportImagePlugin/GeoTiffReaderTest.java
r32391 r32402 14 14 15 15 import org.geotools.coverage.grid.GridCoverage2D; 16 import org.junit.Before;17 16 import org.junit.Rule; 18 17 import org.junit.Test; … … 32 31 @Rule 33 32 public JOSMTestRules rules = new JOSMTestRules().preferences(); 34 35 @Before36 public void setUp() throws Exception {37 new ImportImagePlugin(null);38 }39 33 40 34 @Test
Note:
See TracChangeset
for help on using the changeset viewer.