From: gmungoc Date: Thu, 30 Mar 2017 11:11:12 +0000 (+0100) Subject: JAL-2346 always run setup! X-Git-Tag: Release_2_10_3b1~336^2~2^2~1^2~2^2~1 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=refs%2Fheads%2Fbug%2FJAL-2346annotationChoice JAL-2346 always run setup! --- 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];