Merge branch 'features/JAL-2446NCList' into
[jalview.git] / test / jalview / schemes / AnnotationColourGradientTest.java
index 8de90bf..b7a5164 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];
@@ -49,7 +49,7 @@ public class AnnotationColourGradientTest
       anns[col] = new Annotation("a", "a", 'a', col, colour);
     }
 
-    seq = new Sequence("", "");
+    seq = new Sequence("Seq", "");
     al = new Alignment(new SequenceI[]{ seq});
     
     /*