Index: /trunk/test/unit/org/openstreetmap/josm/gui/io/SaveLayerInfoTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/io/SaveLayerInfoTest.java	(revision 9762)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/io/SaveLayerInfoTest.java	(revision 9763)
@@ -7,5 +7,7 @@
 import java.io.File;
 
+import org.junit.BeforeClass;
 import org.junit.Test;
+import org.openstreetmap.josm.JOSMFixture;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.AbstractModifiableLayer;
@@ -16,4 +18,11 @@
  */
 public class SaveLayerInfoTest {
+    /**
+      * Setup test.
+      */
+    @BeforeClass
+    public static void setUpBeforeClass() {
+        JOSMFixture.createUnitTestFixture().init(false);
+    }
 
     /**
