JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / ws / PDBSequenceFetcherTest.java
index e54d5b9..2963ef2 100644 (file)
@@ -37,7 +37,7 @@ public class PDBSequenceFetcherTest
 
   SequenceFetcher sf;
 
-  @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
   public void setUp() throws Exception
   {
     // ensure 'add annotation from structure' is selected
@@ -50,7 +50,7 @@ public class PDBSequenceFetcherTest
   }
 
   @Test(groups =
-  { "Functional" }, enabled = false)
+  { "Network" }, enabled = true)
   public void testRnaSeqRetrieve() throws Exception
   {
     List<DbSourceProxy> sps = sf.getSourceProxy("PDB");