See http://hudson.opengeo.org/hudson/job/geoserver-trunk/1454/changes
Changes:
[RiniAngreani] - GEOS-3244: Update FeatureChainingWFSTest with encoding client properties on simple attributes
- re-enable DataAccessIntegrationWFSTest
------------------------------------------
[...truncated 15332 lines...]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1064)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1031)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:473)
at org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:454)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:728)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:690)
at org.geoserver.test.AbstractAppSchemaWfsTestSupport.getAsDOM(AbstractAppSchemaWfsTestSupport.java:117)
at org.geoserver.test.FeatureChainingWfsTest.testGetFeature(FeatureChainingWfsTest.java:212)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:134)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Jul 22, 2009 3:41:58 AM org.geoserver.test.FeatureChainingWfsTest testGetFeature
INFO: WFS GetFeature&typename=gsml:CompositionPart response, exception expected:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xmlns:ows="http://www.opengis.net/ows"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows http://localhost:80/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidParameterValue" locator="typeName">
<ows:ExceptionText>Feature type gsml:CompositionPart unknown</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Jul 22, 2009 3:41:58 AM org.geoserver.test.FeatureChainingWfsTest testComplexTypeWithSimpleContent
INFO: WFS GetFeature&typename=ex:FirstParentFeature response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="4"
timeStamp="2009-07-22T03:41:58.429-04:00"
xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml"
xmlns:gsml="http://www.cgi-iugs.org/xml/GeoSciML/2"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:ows="http://www.opengis.net/ows"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://example.com http://localhost:80/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=ex:FirstParentFeature http://www.opengis.net/wfs http://localhost:80/geoserver/schemas/wfs/1.1.0/wfs.xsd">
<gml:featureMembers>
<ex:FirstParentFeature gml:id="1">
<ex:nestedFeature>
<ex:SimpleContent>
<ex:someAttribute>string_one</ex:someAttribute>
</ex:SimpleContent>
</ex:nestedFeature>
<ex:nestedFeature>
<ex:SimpleContent>
<ex:someAttribute>string_two</ex:someAttribute>
</ex:SimpleContent>
</ex:nestedFeature>
</ex:FirstParentFeature>
<ex:FirstParentFeature gml:id="2"/>
</gml:featureMembers>
</wfs:FeatureCollection>
Jul 22, 2009 3:41:58 AM org.geoserver.test.FeatureChainingWfsTest testComplexTypeWithSimpleContent
INFO: WFS GetFeature&typename=ex:SecondParentFeature response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="4"
timeStamp="2009-07-22T03:41:58.473-04:00"
xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml"
xmlns:gsml="http://www.cgi-iugs.org/xml/GeoSciML/2"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:ows="http://www.opengis.net/ows"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://example.com http://localhost:80/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=ex:SecondParentFeature http://www.opengis.net/wfs http://localhost:80/geoserver/schemas/wfs/1.1.0/wfs.xsd">
<gml:featureMembers>
<ex:SecondParentFeature gml:id="1"/>
<ex:SecondParentFeature gml:id="2">
<ex:nestedFeature>
<ex:SimpleContent>
<ex:someAttribute>string_one</ex:someAttribute>
</ex:SimpleContent>
</ex:nestedFeature>
<ex:nestedFeature>
<ex:SimpleContent>
<ex:someAttribute>string_two</ex:someAttribute>
</ex:SimpleContent>
</ex:nestedFeature>
<ex:nestedFeature>
<ex:SimpleContent>
<ex:someAttribute>string_three</ex:someAttribute>
</ex:SimpleContent>
</ex:nestedFeature>
</ex:SecondParentFeature>
</gml:featureMembers>
</wfs:FeatureCollection>
Jul 22, 2009 3:41:58 AM org.geoserver.test.FeatureChainingWfsTest testGetFeaturePropertyFilter
INFO: WFS filter GetFeature response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="1"
timeStamp="2009-07-22T03:41:58.556-04:00"
xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml"
xmlns:gsml="http://www.cgi-iugs.org/xml/GeoSciML/2"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:ows="http://www.opengis.net/ows"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://localhost:80/geoserver/schemas/wfs/1.1.0/wfs.xsd http://www.cgi-iugs.org/xml/GeoSciML/2 http://localhost:80/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=gsml:MappedFeature">
<gml:featureMembers>
<gsml:MappedFeature gml:id="mf4">
<gml:name>MURRADUC BASALT</gml:name>
<gsml:observationMethod>
<gsml:CGI_TermValue>
<gsml:value>urn:ogc:def:nil:OGC::missing</gsml:value>
</gsml:CGI_TermValue>
</gsml:observationMethod>
<gsml:shape>
<gml:Polygon>
<gml:exterior>
<gml:LinearRing>
<gml:posList>-1.3 52.5 -1.3 52.6 -1.2 52.6 -1.2 52.5 -1.3 52.5</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gsml:shape>
<gsml:specification>
<gsml:GeologicUnit gml:id="gu.25682">
<gml:description>Olivine basalt</gml:description>
<gml:name codeSpace="urn:ietf:rfc:2141">New Group</gml:name>
<gml:name>-Xy</gml:name>
<gsml:occurence xlink:href="urn:cgi:feature:MappedFeature:mf4"/>
<gsml:exposureColor>
<gsml:CGI_TermValue>
<gsml:value>Red</gsml:value>
</gsml:CGI_TermValue>
</gsml:exposureColor>
<gsml:outcropCharacter>
<gsml:CGI_TermValue>
<gsml:value>z</gsml:value>
</gsml:CGI_TermValue>
</gsml:outcropCharacter>
<gsml:composition>
<gsml:CompositionPart>
<gsml:lithology>
<gsml:ControlledConcept>
<gml:name>name_a</gml:name>
<gml:name>name_b</gml:name>
<gml:name>name_c</gml:name>
</gsml:ControlledConcept>
</gsml:lithology>
<gsml:lithology>
<gsml:ControlledConcept>
<gml:name>name_2</gml:name>
</gsml:ControlledConcept>
</gsml:lithology>
<gsml:proportion>
<gsml:CGI_TermValue>
<gsml:value>significant</gsml:value>
</gsml:CGI_TermValue>
</gsml:proportion>
<gsml:role>interbedded component</gsml:role>
</gsml:CompositionPart>
</gsml:composition>
</gsml:GeologicUnit>
</gsml:specification>
</gsml:MappedFeature>
</gml:featureMembers>
</wfs:FeatureCollection>
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.205 sec <<< FAILURE!
Running org.geoserver.test.XYGeomTest
Jul 22, 2009 3:41:58 AM org.geoserver.test.XYGeomTest testDescribeFeatureType
INFO: WFS DescribeFeatureType response:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://test"
xmlns:gml="http://www.opengis.net/gml" xmlns:test="http://test" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://localhost:80/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
<xsd:import namespace="http://test" schemaLocation="http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/app-schema/app-schema-test/target/app-schema-mock62644data/featureTypes/test_PointFeature/GeometrylessTest.xsd"/>
</xsd:schema>
Jul 22, 2009 3:41:58 AM org.geoserver.test.XYGeomTest testGetFeature
INFO: WFS GetFeature response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="2"
timeStamp="2009-07-22T03:41:58.810-04:00"
xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:ows="http://www.opengis.net/ows" xmlns:test="http://test"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://test http://localhost:80/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=test:PointFeature http://www.opengis.net/wfs http://localhost:80/geoserver/schemas/wfs/1.1.0/wfs.xsd">
<gml:featureMembers>
<test:PointFeature gml:id="mf1">
<test:loc/>
</test:PointFeature>
<test:PointFeature gml:id="mf2">
<test:loc/>
</test:PointFeature>
</gml:featureMembers>
</wfs:FeatureCollection>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 sec
Results :
Failed tests:
testGetFeatureContent(org.geoserver.test.FeatureChainingWfsTest)
Tests in error:
org.geoserver.test.DataAccessIntegrationWfsTest
Tests run: 14, Failures: 1, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/app-schema/app-schema-test/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 52 seconds
[INFO] Finished at: Wed Jul 22 03:41:59 EDT 2009
[INFO] Final Memory: 43M/63M
[INFO] ------------------------------------------------------------------------
Failed to send e-mail to RiniAngreani because no e-mail address is known, and no default e-mail domain is configured