Ticket #13163: patch-test-fix-JCSCachedTileLoaderJobTest.patch

File patch-test-fix-JCSCachedTileLoaderJobTest.patch, 583 bytes (added by michael2402, 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 {  
    3434
    3535        @Override
    3636        public String getCacheKey() {
    37             return "cachekey";
     37            return "cachekey" + url;
    3838        }
    3939
    4040        @Override