Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BE147976 for ; Wed, 21 Dec 2011 15:19:23 +0000 (UTC) Received: (qmail 56303 invoked by uid 500); 21 Dec 2011 15:19:23 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 56260 invoked by uid 500); 21 Dec 2011 15:19:23 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 56253 invoked by uid 99); 21 Dec 2011 15:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 15:19:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2011 15:19:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 83584238897D; Wed, 21 Dec 2011 15:19:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1221765 - in /incubator/airavata/trunk/modules/xbaya-gui/src/test: java/org/apache/airavata/xbaya/interpreter/ resources/ Date: Wed, 21 Dec 2011 15:19:01 -0000 To: airavata-commits@incubator.apache.org From: heshan@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111221151901.83584238897D@eris.apache.org> 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(),