Ignore:
Timestamp:
2020-07-07T09:21:17+02:00 (4 years ago)
Author:
stoecker
Message:

see #19483 - typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/remotecontrol/handler/ImageryHandlerTest.java

    r16736 r16739  
    118118        assertEquals(ImageryInfo.ImageryType.WMS, imageryInfo.getImageryType());
    119119        /* do not interpret the URL, take it as is and error later */
    120         assertEquals("tms[3,7]:https://services.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService" +
     120        assertEquals("tms[3-7]:https://services.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService" +
    121121                "@EPSG:3857@jpg/{z}/{x}/{-y}.jpg?connectId=0123456789", imageryInfo.getUrl());
    122122    }
Note: See TracChangeset for help on using the changeset viewer.