Return-Path: X-Original-To: apmail-ode-commits-archive@www.apache.org Delivered-To: apmail-ode-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DB4D104F6 for ; Wed, 28 Aug 2013 10:09:45 +0000 (UTC) Received: (qmail 25151 invoked by uid 500); 28 Aug 2013 10:09:45 -0000 Delivered-To: apmail-ode-commits-archive@ode.apache.org Received: (qmail 25106 invoked by uid 500); 28 Aug 2013 10:09:42 -0000 Mailing-List: contact commits-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list commits@ode.apache.org Received: (qmail 25098 invoked by uid 99); 28 Aug 2013 10:09:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 10:09:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3365E46BC4; Wed, 28 Aug 2013 10:09:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vanto@apache.org To: commits@ode.apache.org Message-Id: <284651f23b084f4f93a45bf33bffd5fa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: fixing a test case, refs ODE-570 Date: Wed, 28 Aug 2013 10:09:40 +0000 (UTC) Updated Branches: refs/heads/ode-1.3.6.x ff27c60a2 -> 500dac1da fixing a test case, refs ODE-570 Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/500dac1d Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/500dac1d Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/500dac1d Branch: refs/heads/ode-1.3.6.x Commit: 500dac1da45654ed3c505828f5874365acc71429 Parents: ff27c60 Author: Tammo van Lessen Authored: Wed Aug 28 12:09:09 2013 +0200 Committer: Tammo van Lessen Committed: Wed Aug 28 12:09:09 2013 +0200 ---------------------------------------------------------------------- .../resources/bpel/2.0/TestFlowActivity2/test.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/500dac1d/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties ---------------------------------------------------------------------- diff --git a/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties b/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties index 20b0079..edc54c5 100644 --- a/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties +++ b/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties @@ -19,14 +19,14 @@ namespace=http://ode/bpel/unit-test/testFlowActivity2.wsdl service=TestFlowActivityService operation=request request1=Start Test1.1Event Start Test1.1yesyesmin -response1=.*processes A and B merge on process C -> merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2\.0 -> 3\.0 -> 4\.0 -> 5\.0 -> 6\.0 -> test1Process complete.* +response1=.*processes A and B merge on process C -> merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2 -> 3 -> 4 -> 5 -> 6 -> test1Process complete.* request2=Start Test1.2Event Start Test1.2yesnomin -response2=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2\.0 -> 3\.0 -> 4\.0 -> 5\.0 -> 6\.0 -> test1Process complete.* +response2=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2 -> 3 -> 4 -> 5 -> 6 -> test1Process complete.* request3=Start Test1.3Event Start Test1.3noyesmin -response3=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2\.0 -> 3\.0 -> 4\.0 -> 5\.0 -> 6\.0 -> test1Process complete.* +response3=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2 -> 3 -> 4 -> 5 -> 6 -> test1Process complete.* request4=Start Test1.4Event Start Test1.4nonomin -response4=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2\.0 -> 3\.0 -> 4\.0 -> 5\.0 -> 6\.0 -> test1Process complete.* +response4=.*merge into root process -> test switch statement -> case min: set loop iterations = 5 -> test loop iterations -> 2 -> 3 -> 4 -> 5 -> 6 -> test1Process complete.* request5=Start Test1.5Event Start Test1.5yesyesmax -response5=.*processes A and B merge on process C -> merge into root process -> test switch statement -> case max: set loop iterations = 10 -> test loop iterations -> 2\.0 -> 3\.0 -> 4\.0 -> 5\.0 -> 6\.0 -> 7\.0 -> 8\.0 -> 9\.0 -> 10\.0 -> 11\.0 -> test1Process complete.* +response5=.*processes A and B merge on process C -> merge into root process -> test switch statement -> case max: set loop iterations = 10 -> test loop iterations -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9 -> 10 -> 11 -> test1Process complete.* request6=Start Test1.6Event Start Test1.6yesyesdefault response6=.*processes A and B merge on process C -> merge into root process -> test switch statement -> otherwise: set loop iterations = 0 -> test loop iterations -> test1Process complete.*