Ignore:
Timestamp:
2015-10-11T17:28:19+02:00 (9 years ago)
Author:
Don-vip
Message:

improve/cleanup unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/imagery/WMTSTileSourceTest.java

    r8855 r8857  
    1818import org.openstreetmap.josm.data.projection.Projections;
    1919
     20/**
     21 * Unit tests for class {@link WMTSTileSource}.
     22 */
    2023public class WMTSTileSourceTest {
    2124
     
    2831    private ImageryInfo testImageryOntario = getImagery("test/data/wmts/WMTSCapabilities-Ontario.xml");
    2932
     33    /**
     34     * Setup test.
     35     */
    3036    @BeforeClass
    3137    public static void setUp() {
Note: See TracChangeset for help on using the changeset viewer.