X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Fgui%2FJws2ParamView.java;h=5f1132c018366a20b9ae5fe96610144f3c6f9346;hb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;hp=b22f0f71f9a57f7dc265e121277f8aa62d94cc90;hpb=fddf3084802b37e5cee17829e32692a4aac3e60d;p=jalview.git diff --git a/test/jalview/ws/gui/Jws2ParamView.java b/test/jalview/ws/gui/Jws2ParamView.java index b22f0f7..5f1132c 100644 --- a/test/jalview/ws/gui/Jws2ParamView.java +++ b/test/jalview/ws/gui/Jws2ParamView.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -62,7 +62,7 @@ public class Jws2ParamView public static Jws2Discoverer disc = null; - @BeforeClass + @BeforeClass(alwaysRun = true) public static void setUpBeforeClass() throws Exception { Cache.initLogger(); @@ -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 = - { "Functional" }, enabled = false) + @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();