JAL-1805 add group spec to the BeforeMethod setup - updated the TESTNG entry to show...
[jalview.git] / test / jalview / commands / EditCommandTest.java
index 3591648..ee2a581 100644 (file)
@@ -30,7 +30,8 @@ public class EditCommandTest
 
   private Alignment al;
 
-  @BeforeMethod
+  @BeforeMethod(groups =
+  { "Functional" })
   public void setUp()
   {
     testee = new EditCommand();