JAL-1853 add test to Functional group
[jalview.git] / test / jalview / datamodel / AlignmentViewTest.java
index 24fe067..706e5a6 100644 (file)
@@ -5,7 +5,7 @@ import org.testng.annotations.Test;
 
 public class AlignmentViewTest
 {
-  @Test
+  @Test(groups = { "Functional" })
   public void testGetVisibleAlignmentGapChar()
   {
     SeqCigar ss = new SeqCigar(new Sequence("One", "A..CDE"));