Author: mriou
Date: Mon Oct 2 08:41:45 2006
New Revision: 452082
URL: http://svn.apache.org/viewvc?view=rev&rev=452082
Log:
Actually this has been transfered to TestAssignActivity2 (testing now).
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel?view=diff&rev=452082&r1=452081&r2=452082
==============================================================================
---
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel
(original)
+++
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel
Mon Oct 2 08:41:45 2006
@@ -76,10 +76,6 @@
<from variable="myVar" part="TestPart"/>
<to variable="otherMsgVar" part="TestPart"/>
</copy>
- <copy>
- <from variable="myVar" part="TestPart"/>
- <to>$otherMsgVar.TestPart</to>
- </copy>
</assign>
<reply name="end" partnerLink="TestAssignPartnerLink"
portType="test:TestAssignPortType"
operation="testAssign" variable="otherMsgVar"/>