You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2011/12/21 16:19:01 UTC

svn commit: r1221765 - in /incubator/airavata/trunk/modules/xbaya-gui/src/test: java/org/apache/airavata/xbaya/interpreter/ resources/

Author: heshan
Date: Wed Dec 21 15:19:00 2011
New Revision: 1221765

URL: http://svn.apache.org/viewvc?rev=1221765&view=rev
Log:
Updated the CrossProduct workflow.

Added:
    incubator/airavata/trunk/modules/xbaya-gui/src/test/resources/ForeachCrossProductLevenshteinDistance.xwf
      - copied unchanged from r1221749, incubator/airavata/trunk/modules/xbaya-gui/src/test/resources/foreach-cross-product-levenshtein-distance.xwf
Removed:
    incubator/airavata/trunk/modules/xbaya-gui/src/test/resources/foreach-cross-product-levenshtein-distance.xwf
Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/CrossProductWorkflowTest.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/CrossProductWorkflowTest.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/CrossProductWorkflowTest.java?rev=1221765&r1=1221764&r2=1221765&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/CrossProductWorkflowTest.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/CrossProductWorkflowTest.java Wed Dec 21 15:19:00 2011
@@ -36,7 +36,7 @@ import java.util.UUID;
 public class CrossProductWorkflowTest {
     @Test
     public void testScheduleDynamically() throws IOException, URISyntaxException, XBayaException {
-        URL systemResource = this.getClass().getClassLoader().getSystemResource("foreach-cross-product-levenshtein-distance.xwf");
+        URL systemResource = this.getClass().getClassLoader().getSystemResource("ForeachCrossProductLevenshteinDistance.xwf");
         Workflow workflow = new Workflow(WorkflowTestUtils.readWorkflow(systemResource));
         ListenerManager manager = WorkflowTestUtils.axis2ServiceStarter();
         WorkflowInterpreter interpretor = new WorkflowInterpreter(WorkflowTestUtils.getConfiguration(), UUID.randomUUID().toString(),