Index: trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java	(revision 16850)
+++ trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java	(revision 16871)
@@ -40,6 +40,6 @@
     @Test
     public void testImageReplacementStatic() {
-        final String html = "the download button <img src=\"/browser/trunk/resources/images/download.png?format=raw\" " +
-                "alt=\"source:trunk/resources/images/download.png\" title=\"source:trunk/resources/images/download.png\" />.";
+        final String html = "the download button <img src=\"/browser/trunk/resources/images/download.svg?format=raw\" " +
+                "alt=\"source:trunk/resources/images/download.svg\" title=\"source:trunk/resources/images/download.svg\" />.";
         assertFalse(GettingStarted.fixImageLinks(html).equals(html));
 
