Author: lwaterman
Date: Tue Sep 26 14:43:35 2006
New Revision: 450225

URL: http://svn.apache.org/viewvc?view=rev&rev=450225
Log:
Fix to use new properties format

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

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/test.properties
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/test.properties?view=diff&rev=450225&r1=450224&r2=450225
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/test.properties
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/HelloWorld2/test.properties
 Tue Sep 26 14:43:35 2006
@@ -1,6 +1,6 @@
 namespace=http://ode/bpel/unit-test.wsdl
 service=HelloService
 operation=hello
-request=<message><TestPart>Hello</TestPart></message>
-response=.*Hello World.*
+request1=<message><TestPart>Hello</TestPart></message>
+response1=.*Hello World.*
 


Reply via email to