Hello,

I'm seeing the test error below when building the master branch (mac
osx 10.6.8, java 1.6.0_29). Hudson seems to be happy so perhaps it's
just me - but since the error mentions Envelope I wondered if this was
connected to the work that Jody has been doing recently ?

Michael

Running org.geotools.wps.bindings.ComplexDataTypeBindingTest
ERROR:  'Parsing failed for Envelope:
java.lang.IncompatibleClassChangeError: Implementing class'
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.785
sec <<< FAILURE!
Running org.geotools.wps.GetCapabilitiesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec
Running org.geotools.wps.ExecuteTest
<?xml version="1.0" encoding="UTF-8"?>
<wps:Execute service="WPS" version="1.0.0"
    xmlns:wps="http://www.opengis.net/wps/1.0.0";
    xmlns:ows="http://www.opengis.net/ows/1.1";
xmlns:xlink="http://www.w3.org/1999/xlink";>
    <ows:Identifier>foo</ows:Identifier>
    <wps:DataInputs>
        <wps:Input>
            <wps:Data>
                <wps:ComplexData/>
            </wps:Data>
        </wps:Input>
    </wps:DataInputs>
</wps:Execute>
<?xml version="1.0" encoding="UTF-8"?>
<wps:ExecuteResponse service="WPS" version="1.0.0"
    xmlns:wps="http://www.opengis.net/wps/1.0.0";
    xmlns:ows="http://www.opengis.net/ows/1.1";
xmlns:xlink="http://www.w3.org/1999/xlink";>
    <wps:ProcessOutputs>
        <wps:Output>
            <ows:Title>foo</ows:Title>
            <wps:Data>
                <wps:ComplexData/>
            </wps:Data>
        </wps:Output>
    </wps:ProcessOutputs>
</wps:ExecuteResponse>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.geotools.wps.bindings.ExecuteBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.geotools.wps.bindings.LanguagesBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec

Results :

Tests in error:
  
testParseFeatureCollection(org.geotools.wps.bindings.ComplexDataTypeBindingTest)

Tests run: 9, Failures: 0, Errors: 1, Skipped: 0

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to