Merge branch 'develop' of https://source.jalview.org/git/jalview.git into develop
[jalview.git] / test / jalview / analysis / RnaTest.java
index 165192c..3676e0b 100644 (file)
@@ -10,7 +10,7 @@ import java.util.Vector;
 import org.testng.annotations.Test;
 public class RnaTest
 {
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetSimpleBPs() throws WUSSParseException
   {
     String rna = "([{})]"; // JAL-1081 example
@@ -28,7 +28,7 @@ public class RnaTest
     assertEquals(5, bps.get(2).bp3); // ]
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetSimpleBPs_unmatchedOpener()
   {
     String rna = "(([{})]";
@@ -42,7 +42,7 @@ public class RnaTest
     }
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetSimpleBPs_unmatchedCloser()
   {
     String rna = "([{})]]";