adjusting a testcase to properly work with ODE-570 fixed.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/b09ea8ad
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/b09ea8ad
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/b09ea8ad
Branch: refs/heads/master
Commit: b09ea8ad789648949275165f92df1ced5682feb2
Parents: da1d6f9
Author: Tammo van Lessen <tvanlessen@gmail.com>
Authored: Fri Aug 30 00:16:41 2013 +0200
Committer: Tammo van Lessen <tvanlessen@gmail.com>
Committed: Fri Aug 30 00:16:41 2013 +0200
----------------------------------------------------------------------
.../bpel/2.0/TestIsolatedScopes1/test.properties | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/ode/blob/b09ea8ad/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties
----------------------------------------------------------------------
diff --git a/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties b/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties
index 20b0079..edc54c5 100644
--- a/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties
+++ b/bpel-test/src/test/resources/bpel/2.0/TestIsolatedScopes1/test.properties
@@ -19,14 +19,14 @@ namespace=http://ode/bpel/unit-test/testFlowActivity2.wsdl
service=TestFlowActivityService
operation=request
request1=<message><requestMessageData><requestID>Start Test1.1</requestID><requestText>Event
Start Test1.1</requestText><flowIndicators><indicatorOne>yes</indicatorOne><indicatorTwo>yes</indicatorTwo></flowIndicators><loopIndicator>min</loopIndicator></requestMessageData></message>
-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=<message><requestMessageData><requestID>Start Test1.2</requestID><requestText>Event
Start Test1.2</requestText><flowIndicators><indicatorOne>yes</indicatorOne><indicatorTwo>no</indicatorTwo></flowIndicators><loopIndicator>min</loopIndicator></requestMessageData></message>
-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=<message><requestMessageData><requestID>Start Test1.3</requestID><requestText>Event
Start Test1.3</requestText><flowIndicators><indicatorOne>no</indicatorOne><indicatorTwo>yes</indicatorTwo></flowIndicators><loopIndicator>min</loopIndicator></requestMessageData></message>
-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=<message><requestMessageData><requestID>Start Test1.4</requestID><requestText>Event
Start Test1.4</requestText><flowIndicators><indicatorOne>no</indicatorOne><indicatorTwo>no</indicatorTwo></flowIndicators><loopIndicator>min</loopIndicator></requestMessageData></message>
-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=<message><requestMessageData><requestID>Start Test1.5</requestID><requestText>Event
Start Test1.5</requestText><flowIndicators><indicatorOne>yes</indicatorOne><indicatorTwo>yes</indicatorTwo></flowIndicators><loopIndicator>max</loopIndicator></requestMessageData></message>
-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=<message><requestMessageData><requestID>Start Test1.6</requestID><requestText>Event
Start Test1.6</requestText><flowIndicators><indicatorOne>yes</indicatorOne><indicatorTwo>yes</indicatorTwo></flowIndicators><loopIndicator>default</loopIndicator></requestMessageData></message>
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.*
|