Index: trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java	(revision 11449)
+++ trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java	(revision 11450)
@@ -111,6 +111,6 @@
             }
         }
+        assertEquals(LoadResult.FAILURE, listener.result); // because response will be cached, and that is checked below
         assertEquals("java.net.UnknownHostException: unkownhost.unkownhost", listener.attributes.getErrorMessage());
-        assertEquals(LoadResult.FAILURE, listener.result); // because response will be cached, and that is checked below
 
         ICacheAccess<String, CacheEntry> cache = getCache();
