Author: mriou
Date: Mon Oct 16 09:39:55 2006
New Revision: 464556

URL: http://svn.apache.org/viewvc?view=rev&rev=464556
Log:
Small update to the TestXslTransform test case.

Modified:
    
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
    
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/test.properties

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel?view=diff&rev=464556&r1=464555&r2=464556
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
 Mon Oct 16 09:39:55 2006
@@ -38,6 +38,10 @@
                 <to variable="otherVar" part="TestPart"/>
             </copy>
             <copy>
+                <from>'Xsl'</from>
+                <to>$otherVar.TestPart</to>
+            </copy>
+            <copy>
                 <from>
                     bpws:doXslTransform("HelloXslWorld.xsl", $myVar.TestPart, 
'middle', $otherVar.TestPart)
                 </from>

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/test.properties
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/test.properties?view=diff&rev=464556&r1=464555&r2=464556
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/test.properties
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/test.properties
 Mon Oct 16 09:39:55 2006
@@ -2,5 +2,5 @@
 service=HelloXslService
 operation=helloXsl
 request1=<message><TestPart><content>Hello</content></TestPart></message>
-response1=.*HelloHello World.*
+response1=.*HelloXsl World.*
 


Reply via email to