JAL-3829 attempt to fix my changes to follow the Jira issue
[jalview.git] / test / jalview / gui / JAL1353bugdemo.java
index 489fe4f..bcd5784 100644 (file)
@@ -39,6 +39,13 @@ public class JAL1353bugdemo
 {
 
   @BeforeClass(alwaysRun = true)
+  public void setUpJvOptionPane()
+  {
+    JvOptionPane.setInteractiveMode(false);
+    JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);
+  }
+
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
   }
@@ -92,8 +99,7 @@ public class JAL1353bugdemo
         // oo.setVisible(true);
         // parent.setVisible(true);
         EditNameDialog end = new EditNameDialog("Sequence Name",
-                "Sequence Description", "label 1", "Label 2",
-                "Try and drag between the two text fields", foo);// );cont.getRootPane());
+                       "Try and drag between the two text fields", "label 1", "Label 2");// );cont.getRootPane());
         assert (end != null);
         finish = true;
       }