Repository: airavata Updated Branches: refs/heads/master 47be5d49c -> 8c6f9b5bf
updated documentcreator method. AIRAVATA-1059 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8c6f9b5b Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8c6f9b5b Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8c6f9b5b Branch: refs/heads/master Commit: 8c6f9b5bf22282c71f89371a098bba7592adb964 Parents: 47be5d4 Author: raminder <[email protected]> Authored: Wed Mar 12 14:25:58 2014 -0400 Committer: raminder <[email protected]> Committed: Wed Mar 12 14:25:58 2014 -0400 ---------------------------------------------------------------------- .../orchestrator/client/OrchestratorClientFactoryTest.java | 2 +- .../orchestrator/client/sample/OrchestratorClientSample.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/8c6f9b5b/modules/orchestrator/airavata-orchestrator-service/src/test/java/org/apache/airavata/orchestrator/client/OrchestratorClientFactoryTest.java ---------------------------------------------------------------------- diff --git a/modules/orchestrator/airavata-orchestrator-service/src/test/java/org/apache/airavata/orchestrator/client/OrchestratorClientFactoryTest.java b/modules/orchestrator/airavata-orchestrator-service/src/test/java/org/apache/airavata/orchestrator/client/OrchestratorClientFactoryTest.java index acaf785..36bb0f6 100644 --- a/modules/orchestrator/airavata-orchestrator-service/src/test/java/org/apache/airavata/orchestrator/client/OrchestratorClientFactoryTest.java +++ b/modules/orchestrator/airavata-orchestrator-service/src/test/java/org/apache/airavata/orchestrator/client/OrchestratorClientFactoryTest.java @@ -58,7 +58,7 @@ public class OrchestratorClientFactoryTest { documentCreator = new DocumentCreator(getAiravataAPI()); documentCreator.createLocalHostDocs(); documentCreator.createGramDocs(); - documentCreator.createPBSDocs(); + documentCreator.createPBSDocsForOGCE(); documentCreator.createSlurmDocs(); } http://git-wip-us.apache.org/repos/asf/airavata/blob/8c6f9b5b/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java b/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java index 3678934..0d10eb9 100644 --- a/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java +++ b/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java @@ -67,7 +67,7 @@ public class OrchestratorClientSample { documentCreator = new DocumentCreator(getAiravataAPI()); documentCreator.createLocalHostDocs(); documentCreator.createGramDocs(); - documentCreator.createPBSDocs(); + documentCreator.createPBSDocsForOGCE(); storeExperimentDetail(); } catch (ApplicationSettingsException e) { e.printStackTrace();
