Ticket #13163: patch-test-fix-JCSCachedTileLoaderJobTest.patch
File patch-test-fix-JCSCachedTileLoaderJobTest.patch, 583 bytes (added by , 9 years ago) |
---|
-
test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
diff --git a/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java b/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java index a2026e6..1ee7a10 100644
a b public class JCSCachedTileLoaderJobTest { 34 34 35 35 @Override 36 36 public String getCacheKey() { 37 return "cachekey" ;37 return "cachekey" + url; 38 38 } 39 39 40 40 @Override