Index: trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java	(revision 19494)
+++ trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java	(revision 19495)
@@ -107,7 +107,4 @@
     @BeforeEach
     void clearCache() {
-        /* ensure we have a cache */
-        getCache().get("init");
-        /* clear it */
         getCache().clear();
     }
Index: trunk/test/unit/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJobTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJobTest.java	(revision 19494)
+++ trunk/test/unit/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJobTest.java	(revision 19495)
@@ -47,7 +47,4 @@
     @BeforeEach
     void clearCache() {
-        /* ensure we have a cache */
-        getCache().get("init");
-        /* clear it */
         getCache().clear();
     }
