Author: mriou
Date: Mon Oct 2 11:43:47 2006
New Revision: 452171
URL: http://svn.apache.org/viewvc?view=rev&rev=452171
Log:
Siplified a bit to avoid too much redundancy with test assign 1.
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel?view=diff&rev=452171&r1=452170&r2=452171
==============================================================================
---
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel
(original)
+++
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel
Mon Oct 2 11:43:47 2006
@@ -48,37 +48,18 @@
<assign name="assign1">
<copy>
- <from>2 + 1</from>
- <to variable="intVar"/>
- </copy>
- <copy>
- <from>$intVar + 1</from>
- <to variable="intVar"/>
- </copy>
- <copy>
- <from>$intVar + number('2')</from>
- <to variable="intVar"/>
- </copy>
- <copy>
<from variable="myVar" part="TestPart"/>
<to variable="strVar"/>
</copy>
<copy>
- <from>concat($strVar,' World', $intVar)</from>
+ <from>concat($strVar,' World')</from>
<to variable="myVar" part="TestPart"/>
</copy>
-<!--
- <copy>
- <from variable="myVar" part="TestPart"/>
- <to variable="otherMsgVar" part="TestPart"/>
- </copy>
--->
-
<copy>
<from variable="myVar" part="TestPart"/>
+ <!--to variable="otherMsgVar" part="TestPart"/-->
<to>$otherMsgVar.TestPart</to>
</copy>
-
</assign>
<reply name="end" partnerLink="TestAssignPartnerLink"
portType="test:TestAssignPortType"
operation="testAssign" variable="otherMsgVar"/>
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties?view=diff&rev=452171&r1=452170&r2=452171
==============================================================================
---
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties
(original)
+++
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties
Mon Oct 2 11:43:47 2006
@@ -2,4 +2,4 @@
service=TestAssignService
operation=testAssign
request1=<message><TestPart>Hello</TestPart></message>
-response1=.*Hello World6.*
\ No newline at end of file
+response1=.*Hello World.*
\ No newline at end of file