X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Fio%2FFeaturesFileTest.java;fp=test%2Fjalview%2Fio%2FFeaturesFileTest.java;h=77c18dbd054cf19f2367ca9f241026d6bac8a854;hb=3c8a25936a2d805e7e3d7ab82f83b13135406d18;hp=3632cc74957d8b0eee2af92a03ec912694571a45;hpb=09d3b755d9b00f5c3acb44049aedd49361dc0690;p=jalview.git diff --git a/test/jalview/io/FeaturesFileTest.java b/test/jalview/io/FeaturesFileTest.java index 3632cc7..77c18db 100644 --- a/test/jalview/io/FeaturesFileTest.java +++ b/test/jalview/io/FeaturesFileTest.java @@ -779,7 +779,7 @@ public class FeaturesFileTest /* * now threshold to Score > 1.1 - should exclude sf2 */ - FeatureColourI fc = new FeatureColour(Color.white, Color.BLACK, + FeatureColourI fc = new FeatureColour(null, Color.white, Color.BLACK, Color.white, 0f, 2f); fc.setAboveThreshold(true); fc.setThreshold(1.1f); @@ -855,7 +855,7 @@ public class FeaturesFileTest * now threshold to Score > 1.1 - should exclude sf2 * (and there should be no empty STARTGROUP/ENDGROUP output) */ - FeatureColourI fc = new FeatureColour(Color.white, Color.BLACK, + FeatureColourI fc = new FeatureColour(null, Color.white, Color.BLACK, Color.white, 0f, 2f); fc.setAboveThreshold(true); fc.setThreshold(1.1f);