Re: [Geotools-devel] Implementation of GetStyle request

2015-11-04 Thread Julien Acroute
I updated PR with unit tests 2015-11-03 9:47 GMT+01:00 Julien Acroute : > ok, I will add unit tests against a local geoserver instance in a new > class : > > org.geotools.data.wfs.v1_1_1.GetStyleOnlineTest > > best, > Julien > > > > 2015-11-03 8:45 GMT+01:00 Jody Garnett : > >> Indeed, and yeah I

Re: [Geotools-devel] Implementation of GetStyle request

2015-11-02 Thread Jody Garnett
Indeed, and yeah I should of looked at the patch (seems to be a single commit ). We really would like units tests, the one I usually run is the GeoServerOnlineTest. Do you understand how to run online tests?

Re: [Geotools-devel] Implementation of GetStyle request

2015-11-02 Thread Andrea Aime
Hi Jody, look at the patch, it's for the GeoTools WMS client. I believe you're the closest thing to a maintainer for that module? Cheers Andrea On Tue, Nov 3, 2015 at 5:42 AM, Jody Garnett wrote: > Did you intend to send this email to geotools-devel? Or GeoServer devel :) > > The WMS Client do

Re: [Geotools-devel] Implementation of GetStyle request

2015-11-02 Thread Jody Garnett
Did you intend to send this email to geotools-devel? Or GeoServer devel :) The WMS Client does not currently have a getStyles/putStyle operation but that is a good idea. -- Jody Garnett On 2 November 2015 at 16:53, Julien Acroute wrote: > Hello, > > I would like to add implementation of GetSty

[Geotools-devel] Implementation of GetStyle request

2015-11-02 Thread Julien Acroute
Hello, I would like to add implementation of GetStyle request for WMS version 1.1.1. I have a working implementation, now I try to implements unit tests. Tests that involve online servers are disable : For example modules/extension/wms/src/test/java/org/geotools/data/wms/test/WMS1_1_1_OnlineTest.j