From: Jim Procter Date: Wed, 22 Jul 2015 17:05:06 +0000 (+0100) Subject: JAL-1805 add group spec to the BeforeMethod setup - updated the TESTNG entry to show... X-Git-Tag: Release_2_10_0~566 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=aa61a5d4da708ecca175735ee39f8a303205d620 JAL-1805 add group spec to the BeforeMethod setup - updated the TESTNG entry to show improvement. --- diff --git a/TESTNG b/TESTNG index 8936c0f..f18885f 100644 --- 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. diff --git a/test/jalview/commands/EditCommandTest.java b/test/jalview/commands/EditCommandTest.java index 3591648..ee2a581 100644 --- a/test/jalview/commands/EditCommandTest.java +++ b/test/jalview/commands/EditCommandTest.java @@ -30,7 +30,8 @@ public class EditCommandTest private Alignment al; - @BeforeMethod + @BeforeMethod(groups = + { "Functional" }) public void setUp() { testee = new EditCommand();