[
https://issues.apache.org/jira/browse/TUSCANY-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493391
]
Kelvin Goodson commented on TUSCANY-1241:
-----------------------------------------
Hi Brian,
So far I have applied all but a handful of the updates that you have attached
to my workspace. There I some things I still need to go back and look at but I
was hoping to run the updates that I do have to compare the test runs with that
of the current base.
However, for the updates which I have made, I get a number of compiler
failures. Some just require a dependency on javax.xml.stream, which I guess
requires an update dependency update in the pom/classpath, I'll look into that.
One that requires more effort to fix is the import of tuscany classes into the
generic project. ParamatizedTestUtil imports import
org.apache.tuscany.sdo.helper.XMLStreamHelper; and import
org.apache.tuscany.sdo.util.SDOUtil; This needs resolving in a generic way; we
cant have any tuscany stuff appearing in the sdo2.1-cts project. I guess this
needs extension to the TestHelper interface, and then a Tuscany implementation
of the new TestHelper methods. Can you look at this please?
As I mentioned after my eyeballing of the patch, I am missing
testApplication.junit.runner.CategorizedParameterized. Can you supply this
please?
> Provide CTS Updates for HelperContext and a new DO creation mechanism
> ---------------------------------------------------------------------
>
> Key: TUSCANY-1241
> URL: https://issues.apache.org/jira/browse/TUSCANY-1241
> Project: Tuscany
> Issue Type: Test
> Components: Java SDO Implementation
> Reporter: Brian Murray
> Priority: Minor
> Attachments: cts.patch, cts.patch
>
>
> My team has been using a separate branch of the CTS, and we have made some
> updates. I'd like to provide those changes back to Tuscany. Those changes
> include test case corrections and additions, the use of HelperContext, and
> the use of a new DataObjectFactory class . The DataObjectFactory class has
> Method and Object[] members that are populated via the constructor. The
> class has methods with void parameter lists to create different Types of
> DataObjects relevant to the test cases. In this way, the individual test
> cases need not be aware of the creation or definition mechanism of the
> DataObject being tested.
> I am opening this Jira simply as a mechanism to provide the patch containing
> our changes. (So that I may provide the required usage agreements with the
> patch.)
> Note that the patch is not complete. However, I'm aware that discussion has
> picked up and I want to provide my changes as quickly so as to avoid
> unnecessary merging.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]