Changeset 11473 in josm for trunk/test/unit
- Timestamp:
- 2017-01-17T00:36:08+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
r11465 r11473 11 11 12 12 import org.apache.commons.jcs.access.behavior.ICacheAccess; 13 import org.junit.Before; 13 14 import org.junit.Rule; 14 15 import org.junit.Test; … … 76 77 77 78 /** 79 * Always clear cache before tests 80 * @throws Exception when clearing fails 81 */ 82 @Before 83 public void clearCache() throws Exception { 84 getCache().clear(); 85 } 86 87 /** 78 88 * Test status codes 79 89 * @throws InterruptedException in case of thread interruption … … 96 106 /** 97 107 * Test unknown host 98 * @throws InterruptedException in case of thread interruption99 108 * @throws IOException in case of I/O error 100 109 */
Note:
See TracChangeset
for help on using the changeset viewer.