This document lists the JWSDL TCK changes from version to version. The most recent version is at the top.
Classes Affected | Changes |
---|---|
build.xml | Changed the year to 2006, the version to 1.2 and changed the CVS URL to the JWSDLTCK project at sourceforge.net. |
resources/ri.sig | v1.10 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Modified classes and method signatures to match the new JWSDL 1.2 API. |
com.ibm.sigtest.ProjectFileGenerator2 | v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. New utility class for generating project file. |
com.ibm.sigtest.SigTestUtils | v1.9 - Bug 1550463 JWSDL 1.2: SignatureTest failures. New utility methods for generating project file. |
com.ibm.wsdl.tck.BindingOperationTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Add test for
the new method removeBindingFault .
|
com.ibm.wsdl.tck.BindingTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Add test for
the new method removeBindingOperation .v1.6 - Bug 1557007 JWSDL 1.2: new methods to test Binding operations. Added test methods to test manipulation of operations with named input and output messages and with unnamed input and output messages. |
com.ibm.wsdl.tck.DefinitionTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Add test for
the new methods
getAllBindings ,
getAllPortTypes ,
getAllServices ,
removeBinding ,
removeImport ,
removeNamespace .
|
com.ibm.wsdl.tck.ExtensionRegistryTest | v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Expanded imports. Added tests for the new SOAP 1.2 binding extensions. |
com.ibm.wsdl.tck.FactoryTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method newInstance(String,ClassLoader) .
|
com.ibm.wsdl.tck.JWSDLTestSuite | v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Expand imports. Add Soap 1.2 tests. |
com.ibm.wsdl.tck.MessageTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removePart .
|
com.ibm.wsdl.tck.OperationTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removeFault .
|
com.ibm.wsdl.tck.PortTypeTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removeOperation .v1.5 - Bug 1557005 JWSDL 1.2: new methods to test PortType operations. Added test methods to test manipulation of operations with named input and output messages and with unnamed input and output messages. |
com.ibm.wsdl.tck.ServiceTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removePort .
|
com.ibm.wsdl.tck.SignatureTest | v1.4 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Modified copyright year from 2005 to 2006. |
com.ibm.wsdl.tck.WSDLReaderTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Disambiguate
use of method readWSDL(String,Element) from new method
readWSDL(WSDLLocator,Element) when specifying null as the
first argument (e.g. use readWSDL((String)null, element) ).
|
com.ibm.wsdl.tck.mime.MIMEMultipartRelatedTest |
v1.3 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removeMIMEPart .
|
com.ibm.wsdl.tck.soap.SOAPHeaderTest |
v1.4 - Bug 1550463 JWSDL 1.2: SignatureTest failures. Test new
method removeSoapHeaderFault .
|
com.ibm.wsdl.tck.BindingFaultTest v1.4, com.ibm.wsdl.tck.BindingInputTest v1.4, com.ibm.wsdl.tck.BindingOperationTest v1.4, com.ibm.wsdl.tck.BindingOutputTest v1.4, com.ibm.wsdl.tck.BindingTest v1.5, com.ibm.wsdl.tck.DefinitionTest v1.5, com.ibm.wsdl.tck.FactoryTest v1.4, com.ibm.wsdl.tck.FactoryTest2 v1.4, com.ibm.wsdl.tck.FaultTest v1.4, com.ibm.wsdl.tck.ImportTest v1.4, com.ibm.wsdl.tck.InputTest v1.4, com.ibm.wsdl.tck.MessageTest v1.4, com.ibm.wsdl.tck.OperationTest v1.4, com.ibm.wsdl.tck.OutputTest v1.4, com.ibm.wsdl.tck.PartTest v1.4, com.ibm.wsdl.tck.PortTest v1.4, com.ibm.wsdl.tck.PortTypeTest v1.4, com.ibm.wsdl.tck.ServiceTest v1.4, com.ibm.wsdl.tck.TypesTest v1.4, com.ibm.wsdl.tck.WSDLExceptionTest v1.4, com.ibm.wsdl.tck.WSDLReaderTest v1.4, com.ibm.wsdl.tck.WSDLWriterTest v1.4, com.ibm.wsdl.tck.http.HTTPAddressTest v1.4, com.ibm.wsdl.tck.http.HTTPBindingTest v1.4, com.ibm.wsdl.tck.http.HTTPOperationTest v1.4, com.ibm.wsdl.tck.mime.MIMEContentTest v1.4, com.ibm.wsdl.tck.mime.MIMEMimeXmlTest v1.4, com.ibm.wsdl.tck.mime.MIMEMultipartRelatedTest v1.4, com.ibm.wsdl.tck.soap.SOAPAddressTest v1.4, com.ibm.wsdl.tck.soap.SOAPBindingTest v1.4, com.ibm.wsdl.tck.soap.SOAPBodyTest v1.4, com.ibm.wsdl.tck.soap.SOAPFaultTest v1.4, com.ibm.wsdl.tck.soap.SOAPHeaderFaultTest v1.4, com.ibm.wsdl.tck.soap.SOAPHeaderTest v1.4, com.ibm.wsdl.tck.soap.SOAPOperationTest v1.4, |
Removed redundant imports and changed copyright year to 2006. |
Classes Affected | Changes |
---|---|
resources/ri.sig | Changed the way support for extensibility attributes is implemented. |
com.ibm.sigtest.ClassDesc |
Added some carriage-returns to the toString() method.
|
build.xml | Updated version number from 1.0 to 1.1. |
build.xml | Added an ant target to generate an html file from the CVS logs. |
resources/ri.sig | Added support for extensiblity attributes to all WSDL elements. |
build.xml |
Removed the tcktools target and added
tcktools_src and tcktools_bin targets.
|
com.ibm.sigtest.SigTestUtils |
The getClassDesc(Class) method will now use the
getClassName(Class) utility method to get the
name of the class, instead of the Class.getName()
method.
|
build.xml |
Added a target 'tcktools' that will create a jar
file 'build/tcktools.jar' that contains the 2 generic
TCK tools: the signature test tool, which consists of some model
classes and 2 command-line utilities, and the TCKDoclet, which is
a parameterized doclet used to generate test documentation.
|
build.xml,com.ibm.tck.TCKDoclet,doc/footer.txt |
Moved the TCKDoclet class from the
com.ibm.wsdl.tck.util.doclet package to the
com.ibm.tck package.Made TCKDoclet generic (it is now parameterized using
the command-line options made available to Doclets by the Javadoc tool).
|
resources/ri.sig | Updated signatures to keep pace with changes to JWSDL. |
com.ibm.wsdl.tck.DefinitionTest,com.ibm.wsdl.tck.util.doclet.TCKDoclet | Removed the test for the default namespace being the WSDL namespace. |
com.ibm.sigtest.ProjectDesc,com.ibm.sigtest.TestSignatures | Created a command-line utility for comparing project files. |
com.ibm.sigtest.ProjectDesc,com.ibm.sigtest.SigTestUtils | Added some documentation. |
com.ibm.sigtest.ProjectFileGenerator,com.ibm.sigtest.SigTestUtils | Created a command-line utility for generating project files. |