Change the way to deal with Limits to simplify wrapper writing and enable couping...
[jabaws.git] / testsrc / compbio / metadata / AllTestSuit.java
index 633e30b..794565a 100644 (file)
@@ -33,21 +33,21 @@ public class AllTestSuit {
        public static final RunnerConfig<ClustalW> CLUSTAL_PARAMETERS = Util\r
                        .getSupportedOptions(ClustalW.class);\r
        public static final LimitsManager<ClustalW> CLUSTAL_LIMITS = Util\r
-                       .getLimits(ClustalW.class);\r
+                       .getLimits(new ClustalW().getType());\r
 \r
        public static final PresetManager<Tcoffee> TCOFFEE_PRESETS = Util\r
                        .getPresets(Tcoffee.class);\r
        public static final RunnerConfig<Tcoffee> TCOFFEE_PARAMETERS = Util\r
                        .getSupportedOptions(Tcoffee.class);\r
        public static final LimitsManager<Tcoffee> TCOFFEE_LIMITS = Util\r
-                       .getLimits(Tcoffee.class);\r
+                       .getLimits(new Tcoffee().getType());\r
 \r
        public static final PresetManager<Muscle> MUSCLE_PRESETS = Util\r
                        .getPresets(Muscle.class);\r
        public static final RunnerConfig<Muscle> MUSCLE_PARAMETERS = Util\r
                        .getSupportedOptions(Muscle.class);\r
        public static final LimitsManager<Muscle> MUSCLE_LIMITS = Util\r
-                       .getLimits(Muscle.class);\r
+                       .getLimits(new Muscle().getType());\r
 \r
        public final static String test_group_cluster = "cluster";\r
        public final static String test_group_runner = "runner";\r