X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fschemes%2FAnnotationColourGradientTest.java;h=b7a516405bd8f86ca0552d1dec2972f6e29bb095;hb=c39137ea1057fea32d65471a12855a68d00365d5;hp=8de90bf7fa8276bf151c2ffb9acd251d42765af4;hpb=96d47aa43e18fe1df80d602c5f8744da6ebd77bc;p=jalview.git diff --git a/test/jalview/schemes/AnnotationColourGradientTest.java b/test/jalview/schemes/AnnotationColourGradientTest.java index 8de90bf..b7a5164 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]; @@ -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}); /*