-/*\r
- * Copyright (c) 2010 Alexander Sherstnev, Java Bioinformatics Analysis Web Services\r
- * (JABAWS) @version: 2.5\r
+/* Copyright (c) 2013 Alexander Sherstnev\r
+ * \r
+ * Java Bioinformatics Analysis Web Services (JABAWS)\r
+ * @version: 2.5\r
* \r
* This library is free software; you can redistribute it and/or modify it under \r
* the terms of the Apache License version 2 as published\r
pred.setOutput(test_output);\r
}\r
\r
- @Test(groups = {AllTestSuit.test_group_runner})\r
- public void testRunOnCluster() {\r
+ // disabled\r
+ @Test(enabled=false,groups = {AllTestSuit.test_group_runner})\r
+ public void RunOnCluster() {\r
assertFalse(SysPrefs.isWindows, "Cluster execution can only be in unix environment");\r
try {\r
PresetManager<Jpred> jpredPreset = Util.getPresets(Jpred.class);\r
}\r
}\r
\r
- /**\r
- * This tests fails from time to time depending on the cluster load or some\r
- * other factors. Any client code has to adjust for this issue\r
- */\r
- @Test(groups = {AllTestSuit.test_group_runner, AllTestSuit.test_group_cluster})\r
- public void testRunOnClusterAsync() {\r
+ // disabled\r
+ @Test(enabled=false,groups = {AllTestSuit.test_group_runner, AllTestSuit.test_group_cluster})\r
+ public void RunOnClusterAsync() {\r
assertFalse(SysPrefs.isWindows, "Cluster execution can only be in unix environment");\r
try {\r
pred.addParameters(Arrays.asList("-dbname uniref90", "-dbpath /homes/www-jpred/databases/"));\r
}\r
\r
@Test(groups = {AllTestSuit.test_group_runner})\r
- public void testRunLocally() {\r
+ public void RunLocally() {\r
try {\r
ConfiguredExecutable<Jpred> confpred = Configurator.configureExecutable(pred, Executable.ExecProvider.Local);\r
confpred.addParameters(Arrays.asList("-dbname ported_db", "-dbpath /data/UNIREFdb/"));\r
}\r
\r
@Test(groups = {AllTestSuit.test_group_runner})\r
- public void testRunLocallyWithPreset() {\r
+ public void RunLocallyWithPreset() {\r
try {\r
ConfiguredExecutable<Jpred> confpred = Configurator.configureExecutable(pred, Executable.ExecProvider.Local);\r
PresetManager<Jpred> preset = Util.getPresets(Jpred.class);\r
}\r
\r
@Test(groups = {AllTestSuit.test_group_runner})\r
- public void testPersistance() {\r
+ public void Persistance() {\r
try {\r
Jpred jpred = new Jpred();\r
jpred.setError("errrr.txt");\r
}\r
\r
@Test(groups = {AllTestSuit.test_group_runner})\r
- public void testConfigurationLoading() {\r
+ public void ConfigurationLoading() {\r
try {\r
RunnerConfig<Jpred> jpredConfig = ConfExecutable.getRunnerOptions(Jpred.class);\r
assertNotNull(jpredConfig);\r