Not in the performance stuff. In testutils, we have a type test wsdl which tests almost 170 different schema constructs to make sure they work. The wsdl is actually generated as part of the build into: testutils/target/generated/src/main/resources/wsdl/type_test
The actual unit tests for them are in the systests directory. systests/src/test/java/org/apache/cxf/systest/type_test Dan On Saturday 04 October 2008, Glen Mazza wrote: > Hello, I noticed that our complex_type.wsdl[1] in our performance > benchmarking tests comes close, even if that's not its purpose, but I > was wondering if we have a single test WSDL that covers all possible > XML Schema simple types, perhaps to check that CXF handles them all > properly? > > Thanks, > Glen > > [1] > http://svn.apache.org/viewvc/cxf/trunk/benchmark/performance/complex_t >ype/wsdl/complex_type.wsdl?revision=651669&view=markup -- J. Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
