Changeset 10654 in josm
- Timestamp:
- 2016-07-27T00:01:57+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCacheManagerTest.java
r10652 r10654 53 53 CacheAccess<Object, Object> cache = JCSCacheManager.getCache("testUseBigDiskFile", 1, 100, "foobar"); 54 54 assertEquals("BlockDiskCache use file size to calculate its size", 10*1024, 55 ((BlockDiskCacheAttributes)cache.getCacheControl().getAuxCaches()[0].getAuxiliaryCacheAttributes()).getMaxKeySize()); 55 ((BlockDiskCacheAttributes) cache.getCacheControl().getAuxCaches()[0].getAuxiliaryCacheAttributes()).getMaxKeySize()); 56 56 } 57 57 } 58 59 58 }
Note:
See TracChangeset
for help on using the changeset viewer.