JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / gui / PDBSearchPanelTest.java
index 514fd7a..7697bda 100644 (file)
@@ -13,7 +13,7 @@ import org.testng.annotations.Test;
 public class PDBSearchPanelTest
 {
 
-  @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
   public void setUp() throws Exception
   {
   }
@@ -69,7 +69,7 @@ public class PDBSearchPanelTest
   }
 
   @Test(groups =
-  { "Network" }, timeOut = 5000)
+  { "Network", "External" }, timeOut = 5000)
   public void txt_search_ActionPerformedTest()
   {
     PDBSearchPanel searchPanel = new PDBSearchPanel(null);