butek 02/04/01 16:29:36 Modified: java/test/wsdl Wsdl2javaTestSuite.xml Removed: java/test/wsdl/multithread AddressBook.wsdl Log: Clean up multithread test case. It depends on the address book sample, but the server was created from AddressBook.wsdl in the multithread directory. I think this was done because at one point the sample services were undeployed before the functional-tests were run. Since that's not the case anymore, there's no need for the multithread test to generate its service from WSDL; it can depend completely on the address book sample. Revision Changes Path 1.92 +0 -7 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml Index: Wsdl2javaTestSuite.xml =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- Wsdl2javaTestSuite.xml 28 Mar 2002 18:27:31 -0000 1.91 +++ Wsdl2javaTestSuite.xml 2 Apr 2002 00:29:36 -0000 1.92 @@ -75,13 +75,6 @@ <mapping namespace="urn:MultiRefTest2" package="test.wsdl.multiref"/> </wsdl2java> - <!-- Multithread Test --> - <wsdl2java url="test/wsdl/multithread/AddressBook.wsdl" - output="build/work" - deployscope="session" - serverSide="yes"> - </wsdl2java> - <!-- Operation style test (oneway, request/response, --> <!-- solicit/response, notification --> <wsdl2java url="test/wsdl/opStyles/opStyles.wsdl"