Refactoring (renaming) 2 classes: AsyncJobRunner.java -> AsyncClusterRunner.java...
[jabaws.git] / testsrc / compbio / runner / conservation / AAConTester.java
index 825de0b..37f50cd 100644 (file)
@@ -49,7 +49,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
@@ -84,7 +84,7 @@ public class AAConTester {
                assertFalse(SysPrefs.isWindows, "Cluster execution can only be in unix environment");\r
                try {\r
                        ConfiguredExecutable<AACon> confAAcon = Configurator.configureExecutable(aacon, Executable.ExecProvider.Cluster);\r
-                       JobRunner runner = JobRunner.getInstance(confAAcon);\r
+                       ClusterRunner runner = ClusterRunner.getInstance(confAAcon);\r
 \r
                        assertNotNull(runner, "Runner is NULL");\r
                        runner.executeJob();\r