Index: trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java	(revision 1806)
+++ trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java	(revision 1813)
@@ -5,5 +5,4 @@
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
-
 
 import java.io.File;
@@ -27,5 +26,4 @@
 import org.openstreetmap.josm.data.osm.Way;
 import org.openstreetmap.josm.data.projection.Mercator;
-import org.openstreetmap.josm.gui.PleaseWaitDialog;
 
 public class MergeVisitorTest {
@@ -62,5 +60,4 @@
             System.setProperty("josm.home", josmHome);
         }
-        Main.pleaseWaitDlg = new PleaseWaitDialog(null);
         Main.pref.init(false);
 
@@ -863,5 +860,5 @@
      * My dataset includes a deleted node.
      * Their dataset includes a way with three nodes, the first one being my node.
-     * 
+     *
      * => the merged way should include two nodes only. the deleted node should still be
      * in the data set
@@ -925,5 +922,5 @@
      * My dataset includes a deleted node.
      * Their dataset includes a relation with thre nodes, the first one being my node.
-     * 
+     *
      * => the merged relation should include two nodes only. the deleted node should still be
      * in the data set
