Fix TextXQueryExpressionTest
----------------------------
Key: ODE-825
URL: https://issues.apache.org/jira/browse/ODE-825
Project: ODE
Issue Type: Bug
Components: BPEL Runtime
Affects Versions: 1.3.3
Reporter: Tammo van Lessen
Fix For: 1.3.4
There are a couple of issues with this test case:
- Selection failures caused by the copy statements in line no 88 and 154.
These copies are writing non-schema-conform content into myVar.TestPart. For
myVar.TestPart is a property defined and hence ODE tries to extract the
property value (XPath: content) from this content. This of course results in a
selection failure as there is no content elment.
- The test case throws a selectionFailure in Line 165. This is not intended,
so it should be verified why the condition evaluates to false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.