Refactoring (renaming) 2 classes: AsyncJobRunner.java -> AsyncClusterRunner.java...
[jabaws.git] / testsrc / compbio / runner / disorder / IUPredTester.java
index f521154..121aba6 100644 (file)
@@ -50,7 +50,7 @@ import compbio.engine.client.ConfiguredExecutable;
 import compbio.engine.client.Executable;\r
 import compbio.engine.client.RunConfiguration;\r
 import compbio.engine.cluster.drmaa.ClusterEngineUtil;\r
-import compbio.engine.cluster.drmaa.JobRunner;\r
+import compbio.engine.cluster.drmaa.ClusterRunner;\r
 import compbio.engine.cluster.drmaa.StatisticManager;\r
 import compbio.engine.local.LocalRunner;\r
 import compbio.metadata.AllTestSuit;\r
@@ -83,7 +83,7 @@ public class IUPredTester {
                        ConfiguredExecutable<IUPred> confIUPred = Configurator\r
                                        .configureExecutable(iupred,\r
                                                        Executable.ExecProvider.Cluster);\r
-                       JobRunner runner = JobRunner.getInstance(confIUPred);\r
+                       ClusterRunner runner = ClusterRunner.getInstance(confIUPred);\r
 \r
                        assertNotNull(runner, "Runner is NULL");\r
                        runner.executeJob();\r