From b644ff46e2ed0a6cecdb2945600254791d275d4a Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 30 Mar 2017 12:11:12 +0100 Subject: [PATCH] JAL-2346 always run setup! --- test/jalview/schemes/AnnotationColourGradientTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/schemes/AnnotationColourGradientTest.java b/test/jalview/schemes/AnnotationColourGradientTest.java index 8de90bf..1c93856 100644 --- a/test/jalview/schemes/AnnotationColourGradientTest.java +++ b/test/jalview/schemes/AnnotationColourGradientTest.java @@ -35,7 +35,7 @@ public class AnnotationColourGradientTest * Setup creates an annotation over 11 columns with values 0-10 and threshold * 5 */ - @BeforeClass + @BeforeClass(alwaysRun = true) public void setUp() { Annotation[] anns = new Annotation[WIDTH]; -- 1.7.10.2