You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/10/02 17:41:46 UTC

svn commit: r452082 - /incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel

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"/>