Resolved merge conflict in EdtiCommandTest.java
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 23 Jul 2015 11:44:08 +0000 (12:44 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 23 Jul 2015 11:44:08 +0000 (12:44 +0100)
1  2 
test/jalview/commands/EditCommandTest.java

@@@ -30,8 -30,9 +30,8 @@@ public class EditCommandTes
  
    private Alignment al;
  
 -  @BeforeMethod(groups =
 -  { "Functional" })
 -  public void setUp()
 + @BeforeMethod(alwaysRun = true)
-   public void setUp()
++   public void setUp()
    {
      testee = new EditCommand();
      seqs = new SequenceI[4];