From aa61a5d4da708ecca175735ee39f8a303205d620 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 22 Jul 2015 18:05:06 +0100 Subject: [PATCH] JAL-1805 add group spec to the BeforeMethod setup - updated the TESTNG entry to show improvement. --- TESTNG | 2 +- test/jalview/commands/EditCommandTest.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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(); -- 1.7.10.2