JAL-1805 add group spec to the BeforeMethod setup - updated the TESTNG entry to show...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 22 Jul 2015 17:05:06 +0000 (18:05 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 22 Jul 2015 17:05:06 +0000 (18:05 +0100)
TESTNG
test/jalview/commands/EditCommandTest.java

diff --git a/TESTNG b/TESTNG
index 8936c0f..f18885f 100644 (file)
--- a/TESTNG
+++ b/TESTNG
@@ -1,2 +1,2 @@
 # Summary of TestNG for this branch
-"Functional" Tests: 242 ran, 139 failed.
+"Functional" Tests: 242 ran, 121 failed.
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();