Index: applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java
===================================================================
--- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java	(revision 32354)
+++ applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/archive/ZipReaderTest.java	(revision 32355)
@@ -29,5 +29,5 @@
      */
     @Rule
-    public JOSMTestRules rules = new JOSMTestRules();
+    public JOSMTestRules rules = new JOSMTestRules().preferences();
 
     /**
Index: applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java
===================================================================
--- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java	(revision 32354)
+++ applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java	(revision 32355)
@@ -26,5 +26,5 @@
      */
     @Rule
-    public JOSMTestRules rules = new JOSMTestRules();
+    public JOSMTestRules rules = new JOSMTestRules().preferences();
 
     /**
Index: applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java
===================================================================
--- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java	(revision 32354)
+++ applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java	(revision 32355)
@@ -25,5 +25,5 @@
      */
     @Rule
-    public JOSMTestRules rules = new JOSMTestRules();
+    public JOSMTestRules rules = new JOSMTestRules().preferences();
     
     private static AbstractDataSetHandler newHandler(final String epsgCode) {
Index: applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java
===================================================================
--- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java	(revision 32354)
+++ applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java	(revision 32355)
@@ -28,5 +28,5 @@
      */
     @Rule
-    public JOSMTestRules rules = new JOSMTestRules();
+    public JOSMTestRules rules = new JOSMTestRules().preferences();
 
     /**
Index: applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java
===================================================================
--- applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java	(revision 32354)
+++ applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java	(revision 32355)
@@ -28,5 +28,5 @@
      */
     @Rule
-    public JOSMTestRules rules = new JOSMTestRules();
+    public JOSMTestRules rules = new JOSMTestRules().preferences();
     
     private static AbstractDataSetHandler newHandler(final String epsgCode) {
