Hi all. Just a short update. GeoServer 1.6.1 as of 2/27/08 has passed all WFS-1.0.0 but failed 15 WMS-1.1 tests.
The results are listed under session 87, 1.6.1-beta-wms
We will look into these and run the remaining tests tomorrow.
Thanks,
Mike
Hi all. Just a short update. GeoServer 1.6.1 as of 2/27/08 has passed all WFS-1.0.0 but failed 15 WMS-1.1 tests.
The results are listed under session 87, 1.6.1-beta-wms
We will look into these and run the remaining tests tomorrow.
Thanks,
Mike
Mike Pumphrey ha scritto:
Hi all. Just a short update. GeoServer 1.6.1 as of 2/27/08 has passed all WFS-1.0.0 but failed 15 WMS-1.1 tests.
The results are listed under session 87, 1.6.1-beta-wms
We will look into these and run the remaining tests tomorrow.
I think it's the usual stuff, that is, the old cite engine not being
mantained anymore and kicking out errors of various type.
The docuemntation should be upgraded, all the tests besides the
wcs 1.0 one should be run against the new teamengine at:
http://cite.opengeospatial.org/teamengine/
(the wcs 1.0 one must be run on the old engine only because
it hasn't been published on the new teamengine still, but it
will be once OWS5 closes down).
In fact I run the wms 1.1.1 test on the new engine against
1.6.1 and got only one failure which is due to us finally
handling update sequence... the engine did the following
request:
http://79.12.40.48:8080/geoserver/wms?SERVICE=WMS&&SeRvIcE=WMS&UpDaTeSeQuEnCe=&ReQuEsT=GetCapabilities&VeRsIoN=1.1.1
and we complained that the updated sequence number was invalid...
I modified geoserver to handle this request as if the update
sequence was not provided since, in fact, it's not (see the
request, it has no value), and now I have it all pass.
http://jira.codehaus.org/browse/GEOS-1776
Cheers
Andrea