JAL-2346 always run setup! bug/JAL-2346annotationChoice
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 30 Mar 2017 11:11:12 +0000 (12:11 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 30 Mar 2017 11:11:12 +0000 (12:11 +0100)
test/jalview/schemes/AnnotationColourGradientTest.java

index 8de90bf..1c93856 100644 (file)
@@ -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];