- Timestamp:
- 2017-01-10T23:13:30+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
r10962 r11450 111 111 } 112 112 } 113 assertEquals(LoadResult.FAILURE, listener.result); // because response will be cached, and that is checked below 113 114 assertEquals("java.net.UnknownHostException: unkownhost.unkownhost", listener.attributes.getErrorMessage()); 114 assertEquals(LoadResult.FAILURE, listener.result); // because response will be cached, and that is checked below115 115 116 116 ICacheAccess<String, CacheEntry> cache = getCache();
Note:
See TracChangeset
for help on using the changeset viewer.