X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;h=bcd578498b196747aa10cd6b7148696e8e1e8b68;hb=ce2ac269a3e9b6e52f1e1c4df24f8d5a59ad6933;hp=710d9801f23660ccc63fd5dec59e8ba1791d2791;hpb=db93a1adcbe0a4eaaf06e0a70ade0d6c5c1961c3;p=jalview.git diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index 710d980..bcd5784 100644 --- a/test/jalview/gui/JAL1353bugdemo.java +++ b/test/jalview/gui/JAL1353bugdemo.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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; }