X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=testsrc%2Fcompbio%2Fmetadata%2FAllTestSuit.java;h=24ca11d2d7bb4af547c83c58ee0c617ae4df66ba;hb=021b24f125d8b1e8390e99b4a835469dabdd7be1;hp=794565a9a9dff90d2086b20283a3b976f03d0e98;hpb=b0423691d9a44eae86799ad242c4fea58f9acd8d;p=jabaws.git diff --git a/testsrc/compbio/metadata/AllTestSuit.java b/testsrc/compbio/metadata/AllTestSuit.java index 794565a..24ca11d 100644 --- a/testsrc/compbio/metadata/AllTestSuit.java +++ b/testsrc/compbio/metadata/AllTestSuit.java @@ -32,21 +32,21 @@ public class AllTestSuit { .getPresets(ClustalW.class); public static final RunnerConfig CLUSTAL_PARAMETERS = Util .getSupportedOptions(ClustalW.class); - public static final LimitsManager CLUSTAL_LIMITS = Util + public static final LimitsManager CLUSTAL_LIMITS = compbio.engine.client.Util .getLimits(new ClustalW().getType()); public static final PresetManager TCOFFEE_PRESETS = Util .getPresets(Tcoffee.class); public static final RunnerConfig TCOFFEE_PARAMETERS = Util .getSupportedOptions(Tcoffee.class); - public static final LimitsManager TCOFFEE_LIMITS = Util + public static final LimitsManager TCOFFEE_LIMITS = compbio.engine.client.Util .getLimits(new Tcoffee().getType()); public static final PresetManager MUSCLE_PRESETS = Util .getPresets(Muscle.class); public static final RunnerConfig MUSCLE_PARAMETERS = Util .getSupportedOptions(Muscle.class); - public static final LimitsManager MUSCLE_LIMITS = Util + public static final LimitsManager MUSCLE_LIMITS = compbio.engine.client.Util .getLimits(new Muscle().getType()); public final static String test_group_cluster = "cluster";