You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2013/01/09 04:04:34 UTC

svn commit: r1430666 - in /airavata/trunk/modules/integration-tests/src/test: java/org/apache/airavata/integration/BaseCaseIT.java resources/registry.properties

Author: samindaw
Date: Wed Jan  9 03:04:34 2013
New Revision: 1430666

URL: http://svn.apache.org/viewvc?rev=1430666&view=rev
Log:
reverting input value

Modified:
    airavata/trunk/modules/integration-tests/src/test/java/org/apache/airavata/integration/BaseCaseIT.java
    airavata/trunk/modules/integration-tests/src/test/resources/registry.properties

Modified: airavata/trunk/modules/integration-tests/src/test/java/org/apache/airavata/integration/BaseCaseIT.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/integration-tests/src/test/java/org/apache/airavata/integration/BaseCaseIT.java?rev=1430666&r1=1430665&r2=1430666&view=diff
==============================================================================
--- airavata/trunk/modules/integration-tests/src/test/java/org/apache/airavata/integration/BaseCaseIT.java (original)
+++ airavata/trunk/modules/integration-tests/src/test/java/org/apache/airavata/integration/BaseCaseIT.java Wed Jan  9 03:04:34 2013
@@ -277,7 +277,7 @@ public class BaseCaseIT {
 
         log("Workflow setting up completed ...");
 
-        runWorkFlow(workflow, Arrays.asList("echo_output=Airavata Test"));
+        runWorkFlow(workflow, Arrays.asList("echo_output=Airavata_Test"));
     }
 
     @Test(groups = { "performanceTesting" } )

Modified: airavata/trunk/modules/integration-tests/src/test/resources/registry.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/integration-tests/src/test/resources/registry.properties?rev=1430666&r1=1430665&r2=1430666&view=diff
==============================================================================
--- airavata/trunk/modules/integration-tests/src/test/resources/registry.properties (original)
+++ airavata/trunk/modules/integration-tests/src/test/resources/registry.properties Wed Jan  9 03:04:34 2013
@@ -53,3 +53,11 @@ default.registry.gateway=default
 #for rest [RegistryClient]
 #registry.jdbc.url=http://localhost:9080/airavata-services
 
+#user defined registry accessor classes
+#class.provenance.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+#class.configuration.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+#class.descriptor.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+#class.project.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+#class.user.workflow.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+#class.published.workflow.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
+