On 9/18/06, Simon Laws <[EMAIL PROTECTED]> wrote:
I was talking with Andy offline about re-running the cross language interop tests. I've recently made some updates to the schema while testing with PHP SDO so I copied the updates back to Tuscany/Interop. There is a patch attached to http://issues.apache.org/jira/browse/TUSCANY-730. There is also a WSDL file in there that exposes an operation for each interop schema taking that schema as input and returning it as output. I'm going to work with Andy to implement a client/service in C++ so that we can test the SDO binding for Axis. When Raymond is done with the new databindings code for M2 we could do the same for Java and between Java and C++.
In http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/test there's the tests I used when I was creating the ws service binding. I think these would be a decent place to start on this from the SCA C++ perspective, using the WSDL that Simon's put up. I'll take a look at updating those tests this week. What we could do with in C++ is an XML comparison utility. Anyone come
across one?
I've had a look around and not found anything yet - JUnit has XMLUnit, but there's no equivalent for C++. Talking of testing in general, does anyone have any recommendations/preferences for unit testing tools on C++? I've taken a look at CPPUnit and UnitTest++ and personally prefer the look of the latter (although it's young and documentation is almost non-existant) - does anyone have experience or a preference for a certain framework? If not, I say we just pick one and see how it goes. Cheers Andy
