You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andy Grove (JIRA)" <tu...@ws.apache.org> on 2007/04/23 20:45:15 UTC

[jira] Created: (TUSCANY-1224) XSDComplexTypeTest patch

XSDComplexTypeTest patch
------------------------

                 Key: TUSCANY-1224
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1224
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Community Test Suite
            Reporter: Andy Grove
         Attachments: jira-1224.patch

I have reviews the XSDComplexTypeTest and fixed a number of issues, such as:

- Removed one test that was specific to Rogue Wave
- Fixed errors in assertions that checked for sequenced=true or false (many of these were incorrect)
- Removed assertions that tested how many types were created from each XSD (so the test now only mandates that those types required by the specification are created)

After making these changes, there are 3 test failures when running against Tuscany. Two of these are related to an incorrect mapping of XSD base64Binary type in Tuscany, the other is due to isNullable not being implemented in Tuscany (an UnsupportedOperationException is thrown).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1224) XSDComplexTypeTest patch

Posted by "Andy Grove (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Grove updated TUSCANY-1224:
--------------------------------

    Attachment: jira-1224.patch

Patch that fixes errors in test case, as described above, and also moved the test into the AdoptedTestSuite.

> XSDComplexTypeTest patch
> ------------------------
>
>                 Key: TUSCANY-1224
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1224
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: jira-1224.patch
>
>
> I have reviews the XSDComplexTypeTest and fixed a number of issues, such as:
> - Removed one test that was specific to Rogue Wave
> - Fixed errors in assertions that checked for sequenced=true or false (many of these were incorrect)
> - Removed assertions that tested how many types were created from each XSD (so the test now only mandates that those types required by the specification are created)
> After making these changes, there are 3 test failures when running against Tuscany. Two of these are related to an incorrect mapping of XSD base64Binary type in Tuscany, the other is due to isNullable not being implemented in Tuscany (an UnsupportedOperationException is thrown).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1224) XSDComplexTypeTest patch

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson resolved TUSCANY-1224.
-------------------------------------

    Resolution: Fixed

applied patch,  but commented out assertions concerning base64binary to Bytes mapping because of the pending spec issue SDO-128

> XSDComplexTypeTest patch
> ------------------------
>
>                 Key: TUSCANY-1224
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1224
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Community Test Suite
>            Reporter: Andy Grove
>         Attachments: jira-1224.patch
>
>
> I have reviews the XSDComplexTypeTest and fixed a number of issues, such as:
> - Removed one test that was specific to Rogue Wave
> - Fixed errors in assertions that checked for sequenced=true or false (many of these were incorrect)
> - Removed assertions that tested how many types were created from each XSD (so the test now only mandates that those types required by the specification are created)
> After making these changes, there are 3 test failures when running against Tuscany. Two of these are related to an incorrect mapping of XSD base64Binary type in Tuscany, the other is due to isNullable not being implemented in Tuscany (an UnsupportedOperationException is thrown).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org