You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2010/05/18 03:28:44 UTC

[jira] Created: (ODE-825) Fix TextXQueryExpressionTest

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.


[jira] Updated: (ODE-825) Fix TextXQueryExpressionTest

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-825:
----------------------------

    Fix Version/s: 1.3.5
                       (was: 1.3.4)

> 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.5
>
>
> 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.