You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2013/01/31 22:36:32 UTC

svn commit: r1441204 - /airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java

Author: lahiru
Date: Thu Jan 31 21:36:31 2013
New Revision: 1441204

URL: http://svn.apache.org/viewvc?rev=1441204&view=rev
Log:
removing unnecessary code from test.

Modified:
    airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java

Modified: airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java?rev=1441204&r1=1441203&r2=1441204&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java (original)
+++ airavata/trunk/modules/gfac-core/src/test/java/org/apache/airavata/core/gfac/services/impl/GramProviderTest.java Thu Jan 31 21:36:31 2013
@@ -53,7 +53,7 @@ public class GramProviderTest {
         gFacConfiguration.setMyProxyLifeCycle(3600);
         gFacConfiguration.setMyProxyServer("myproxy.teragrid.org");
         gFacConfiguration.setMyProxyUser("ogce");
-        gFacConfiguration.setMyProxyPassphrase("Jdas7wph");
+        gFacConfiguration.setMyProxyPassphrase("");
         gFacConfiguration.setTrustedCertLocation("/Users/lahirugunathilake/Downloads/certificates");
         //have to set InFlwo Handlers and outFlowHandlers
         jobExecutionContext = new JobExecutionContext(gFacConfiguration);