On Wed, Jan 5, 2011 at 5:42 PM, Gabriel Roldán <grol...@opengeo.org> wrote:
> I fixed the cite failure I recognized as my fault (empty
> VendorSpecificCapabilities), but now when I run it locally it the
> following assertion fails:
>
> <quote>
> Test wms:wmsops-getcapabilities-params-request-1 (wms-1.1.1/d40e1042_1)
>
> Assertion: When REQUEST is &quot;capabilities&quot;, then the response
> is capabilities XML.
>
> Request d40e3116_1:
>   Method: get
>   URL:
> http://localhost:9090/geoserver/wms?SERVICE=WMS&&SeRvIcE=WMS&ReQuEsT=capabilities
>   Response from parser ::
>      <WMS_Capabilities xmlns="http://www.opengis.net/wms";
> </quote>
>
> Now, the capabilities URL I gave to the test engine has the
> version=1.1.1 parameter, not sure why the engine is trying the above
> request without version parameter, and hence the failure is due to the
> WMS 1.3 getcaps being returned instead of the 1.1.1 ones.
>
> Any clue?

Sounds similar to a WCS cite test issue, one cannot run WCS 1.0 cite tests with
WCS 1.1 around for the same problem (I believe, it may be the other way around
but I'm not sure).

If this is it, it's basically lack of future proofing in the older
version of the tests, they
did not care about what would happen if a newer version of the same protocol
was around in the same server.

It would be indeed nice to be able to disable a specific version of a protocol
by config, instead of shutting down a service entirely like we have now

My 2 cents

Cheers
Andrea


-----------------------------------------------------
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-----------------------------------------------------

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to