JAL-1805 test envirionment separation
[jalview.git] / test / jalview / ws / dbsources / UniprotTest.java
index 9fba1cb..c89324b 100644 (file)
@@ -35,7 +35,7 @@ public class UniprotTest
   /**
    * Test the method that unmarshals XML to a Uniprot model
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetUniprotEntries()
   {
     Uniprot u = new Uniprot();
@@ -108,7 +108,7 @@ public class UniprotTest
   /**
    * Test the method that formats the sequence name in Fasta style
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testConstructSequenceFastaHeader()
   {
     Uniprot u = new Uniprot();