Apologies if this has already been discussed on the list but I noticed
that a large number of JUnit test cases seem to be failing. Some of the
cases that are failing look they are supposed to fail, but I don't think
they are failing for the correct reason.

For example:
org.apache.woden.tests.wsdl20.W3CTestSuiteTest.testImportIB. The
documentation in the WSDL says:

    This test shows an invalid use of an XML schema import. The
    xs:import element MUST be a child of the wsdl:types element. The
    references to the elements name:SIN and name:Name will fail to
    resolve.

But the Junit trace shows:

junit.framework.AssertionFailedError: Unable to read WSDL document
because of WSDLException: faultCode=INVALID_WSDL: Fatal WSDL error:
0:0,WSDL004,Expected a "{http://www.w3.org/2005/08/wsdl}description";
element, but found a "{http://www.w3.org/2006/01/wsdl}description";
element instead.,: 

All in all there are 26 cases that fail due to use of the "2006/01" URI.
Some of them (like
org.apache.woden.tests.wsdl20.W3CTestSuiteTest.testCreditCardFaults1G)
don't look like they are supposed to fail at all.

- gp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to