JAL-1805 test envirionment separation
[jalview.git] / test / jalview / io / PhylipFileTests.java
index d335731..9c95486 100644 (file)
@@ -79,7 +79,7 @@ public class PhylipFileTests
    * 
    * @throws Exception
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testSequentialDataExtraction() throws Exception
   {
     testDataExtraction(sequentialFile);
@@ -91,7 +91,7 @@ public class PhylipFileTests
    * 
    * @throws Exception
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testInterleavedDataExtraction() throws Exception
   {
     testDataExtraction(interleavedFile);
@@ -124,7 +124,7 @@ public class PhylipFileTests
    * 
    * @throws Exception
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testSequentialIO() throws Exception
   {
     testIO(sequentialFile);
@@ -136,7 +136,7 @@ public class PhylipFileTests
    * 
    * @throws Exception
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testInterleavedIO() throws Exception
   {
     testIO(interleavedFile);