Bryan, Sorry for the delay in progressing with this.
I've been trying to build the tests you contributed and I've run into a couple of problems. I started trying to compile and link DataObjectTest.cppand .h. Looking at the .h file, it includes rwsf/core/XmlName.h and rwsf/core/utility. h and I don't have either of those. It also includes something called DataConverter.h. That one appears among the standard SDO header files - although it isn't a standard header as far as I know. Do I need those files or can I just delete the includes? Regards, Geoff. On 31/10/06, Bryan Luoma <[EMAIL PROTECTED]> wrote:
Yes Geoff, that does sound feasible. All of the cxxtest Macros (asserts etc...) will need to be removed. Let me know if you have any questions. Thanks, Bryan -----Original Message----- From: Geoffrey Winn [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 5:30 AM To: [email protected] Subject: Re: SDO C++: Getting Involved -- Tests/Samples On 24/10/06, Bryan Luoma <[EMAIL PROTECTED]> wrote: > > Hello, > > I also attached a few sample C++ unit tests used at Rogue Wave Software. > > http://issues.apache.org/jira/browse/TUSCANY-840 > > There are 3 Example RW C++ unit tests using cxxTest Framework. > > sdo.zip archive consists of 3 tests: > > DataObjectTest: 213 test cases > DataObjectGetSetPrimitivesTest: 72 test cases > DataObjectListTest: 64 test cases > > This is an initial drop of example C++ unit tests used at Rogue Wave > Software. These tests use RW implementation specific classes and will > need refactoring before use with Tuscany. The intent is to get the > discussion moving forward on design considerations and integration. > > Thanks, > Bryan Hi Bryan, As you probably know, there are some questions around whether the licensing for cxxtest is compatible with Apache. While that is being sorted out I thought I'd see how hard it is to take out the cxxtest dependencies in your code and run the tests some other way. Does that sound feasible to you? If so I'll make a start on it tomorrow (Tuesday). Regards, Geoff. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
