Author: karthick
Date: Thu Jun 4 20:43:07 2009
New Revision: 781850
URL: http://svn.apache.org/viewvc?rev=781850&view=rev
Log:
Fix the QNames in the test case's expected response.
Modified:
ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties
Modified:
ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties?rev=781850&r1=781849&r2=781850&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties
(original)
+++
ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/ExtVar-GenKey/test.properties
Thu Jun 4 20:43:07 2009
@@ -19,5 +19,5 @@
service=TestService
operation=Start
request1=<message><body><tns:StartRequest
xmlns:tns="http://example.com/process/ExtVar/GenKey">foo</tns:StartRequest></body></message>
-response1=.*><keyString>1</keyString><stringCol>foo</stringCol>.*
+response1=.*><this:keyString
xmlns:this="http://example.com/process/ExtVar/GenKey">1</this:keyString><this:stringCol
xmlns:this="http://example.com/process/ExtVar/GenKey">foo</this:stringCol>.*