[Pywps-dev] cite tests
Jachym Cepicky
jachym.cepicky at gmail.com
Mon Oct 3 06:27:51 PDT 2016
Hi,
I've tested your demo.pywps.org against OGC cite tests and I've found one
bug only. BUT:
The test log:
http://cite.opengeospatial.org/te2/viewTestLog.jsp?test=s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1
It says,
Log for test s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1
Test owsTests:ows-OWS.GetCapabilities-Exceptions.1 type Mandatory
default result Passed
(s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1)
Assertion: In the event that a GetCapabilities request cannot be
processed for any reason, the response entity shall include an
exception report. The exception code must be one of those listed in
Table 5.
Message d253e1209_1:
GetCapabilities with no service parameter. Pass if all of the
following conditions are true: (1) the response is schema valid; (2)
the root document is an ows:ExceptionReport document; (3) the
ExceptionReport shall have the "MissingParameterValue" exception code;
(4) theExceptionReport @locator value shall be that of the missing
parameter.
Message d253e1211_1:
Version parameter: 1.0.0
Request d253e1215_1:
Method: get
URL: http://demo.pywps.org/cite/wps?&version=1.0.0&request=GetCapabilities
Error in call to extension function {public org.w3c.dom.NodeList
com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String)
throws java.lang.Throwable}: Exception in extension function
java.lang.reflect.InvocationTargetException
Result: Failed
When I look at http://demo.pywps.org/cite/wps?&version=1.0.0&request=GetCapabilities
the response is
E400:
<ows:ExceptionReport
xsi:schemaLocation="http://www.opengis.net/ows/1.1
http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd"
version="1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ows:Exception exceptionCode="MissingParameterValue" locator="service">
<ows:ExceptionText>
service
</ows:ExceptionText>
</ows:Exception>
<div/>
</ows:ExceptionReport>
what is IMHO exactly, what the test is expecting, anybody sees the
problem? Because of I do not :-(
Thanks
Jachym
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20161003/dbed7133/attachment.html>
More information about the pywps-dev
mailing list