You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by Ashish Jain <as...@gmail.com> on 2010/06/02 14:42:28 UTC

Axis2 1.3 build test case failures

Hi All,

I am trying to buiild AXIS2 1.3 and there are test cases failure with
similar error messages.

1) org.tempuri.complex.ComplexDataTypesTest
junit.framework.AssertionFailedError: org.custommonkey.xmlunit.Diff

[different] Expected attribute value 'ax24:Person' but was 'ns2:Person' -
comparing <xs:element type="ax24:Person"...> at
/definitions[1]/types[1]/schema[1]/complexType[2]/sequence[1]/element[1]/@type
to <xs:element type="ns2:Person"...> at
/definitions[1]/types[1]/schema[1]/complexType[2]/sequence[1]/element[1]/@type


2) org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test

Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 83.25 sec
<<< FAILURE!
testretObject(org.apache.axis2.rpc.complex.ComplexDataTypesComplexDataTypesSOAP11Test)
Time elapsed: 2.063 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null

3) org.tempuri.BaseDataTypesTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.375 sec
<<< FAILURE!
test1(org.tempuri.BaseDataTypesTest)  Time elapsed: 2.297 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.custommonkey.xmlunit.Diff
[different] Expected attribute value 'retUIntRequest' but was
'retByteArrayRequest' - comparing <wsdl:message name="retUIntRequest"...> at
/definitions[1]/message[1]/@name to <wsdl:message
name="retByteArrayRequest"...> at /definitions[1]/message[1]/@name

Does any one what may be the cause and how to fix this up?

Thanks and Regards
Ashish