Fix problem with unknown global constants
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 9 Aug 2013 09:15:03 +0000 (10:15 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 9 Aug 2013 09:18:02 +0000 (10:18 +0100)
testsrc/compbio/runner/msa/TcoffeeParametersTester.java

index 4e71adc..70ba1f4 100644 (file)
@@ -49,6 +49,7 @@ import compbio.metadata.RunnerConfig;
 import compbio.runner.OptionCombinator;\r
 import compbio.runner.msa.Tcoffee;\r
 import compbio.util.Util;\r
+
 \r
 public class TcoffeeParametersTester {\r
 \r
@@ -60,9 +61,9 @@ public class TcoffeeParametersTester {
                log.setLevel(Level.INFO);\r
        }\r
 \r
-       RunnerConfig<Tcoffee> tcoffeeConfig = AllTestSuit.TCOFFEE_PARAMETERS;\r
+       RunnerConfig<Tcoffee> tcoffeeConfig = compbio.runner.Util.getSupportedOptions(Tcoffee.class);\r
        OptionCombinator tcoffeeOpc = null;\r
-       PresetManager<Tcoffee> presets = AllTestSuit.TCOFFEE_PRESETS;\r
+       PresetManager<Tcoffee> presets = compbio.runner.Util.getPresets(Tcoffee.class);\r
 \r
        @BeforeMethod(groups = { AllTestSuit.test_group_runner,\r
                        AllTestSuit.test_group_non_windows })\r