JAL-1853 add test to Functional group
authorJim Procter <jprocter@issues.jalview.org>
Tue, 1 Sep 2015 16:39:15 +0000 (17:39 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 1 Sep 2015 16:39:15 +0000 (17:39 +0100)
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"));