Changeset 14116 in josm for trunk/test/unit/org
- Timestamp:
- 2018-08-10T23:38:18+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java
r14074 r14116 8 8 9 9 import org.awaitility.Awaitility; 10 import org.junit.Ignore; 10 11 import org.junit.Rule; 11 12 import org.junit.Test; … … 45 46 */ 46 47 @Test 48 @Ignore("Test fails since r14052 - see #16590") 47 49 public void testTMSLayer() throws Exception { 48 50 final TileSourceRule tileSourceRule = this.test.getTileSourceRule();
Note:
See TracChangeset
for help on using the changeset viewer.