Resolved merge conflict in EdtiCommandTest.java
[jalview.git] / test / jalview / commands / EditCommandTest.java
index ee2a581..6fa7c22 100644 (file)
@@ -30,9 +30,8 @@ public class EditCommandTest
 
   private Alignment al;
 
-  @BeforeMethod(groups =
-  { "Functional" })
-  public void setUp()
+ @BeforeMethod(alwaysRun = true)
+   public void setUp()
   {
     testee = new EditCommand();
     seqs = new SequenceI[4];