X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Fws%2Fgui%2FJws2ParamView.java;h=1cf1e5f4d0442e51244b4916dc4fe86d5c626ec4;hb=94204cb6f140508d5f8863fb194d0f8be1f97960;hp=41ead2fbe9788eab937467d74646e2ee072e4475;hpb=28fda83cbef0c9c82cd09a343af4e1721085c104;p=jalview.git diff --git a/test/jalview/ws/gui/Jws2ParamView.java b/test/jalview/ws/gui/Jws2ParamView.java index 41ead2f..1cf1e5f 100644 --- a/test/jalview/ws/gui/Jws2ParamView.java +++ b/test/jalview/ws/gui/Jws2ParamView.java @@ -70,12 +70,11 @@ public class Jws2ParamView } /** - * This test marked Ignore as it appears to need user action to complete + * This test marked Interactive as it appears to need user action to complete * rather than hang */ - @Test(groups = - { "Interactive" }, enabled = true) + @Test(groups = { "Interactive" }, enabled = true) public void testJws2Gui() { Iterator presetEnum = presetTests.iterator(); @@ -121,8 +120,8 @@ public class Jws2ParamView WsJobParameters pgui = new WsJobParameters(service, new JabaPreset(service, pr)); JFrame jf = new JFrame(MessageManager.formatMessage( - "label.ws_parameters_for", new String[] - { service.getActionText() })); + "label.ws_parameters_for", + new String[] { service.getActionText() })); jf.setSize(700, 800); JPanel cont = new JPanel(new BorderLayout()); pgui.validate();