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.java
is excluded in modules/extension/wms/pom.xml :

 <exclude>**/WMS1_1_1_OnlineTest.java</exclude>

Do I need unit test for GetStyle request ? if yes, where can I put my unit
test ?

You can look here :
https://github.com/Vampouille/geotools/tree/add_getStyle
for current state of implementation.

Best,
Julien
------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to