*/
public class WMS1_3_0_OnlineTest extends WMS1_1_1_OnlineTest{
private URL server2;
public WMS1_3_0_OnlineTest() throws Exception {
this.spec = new WMS1_3_0();
this.server = new URL("http://www2.demis.nl/mapserver/Request.asp?Service=WMS&Version=1.3.0&Request=GetCapabilities");
//TODO this server has changed - need to update the three commented out tests below - preferably, find a new server
this.server2 = new URL("http://demo.cubewerx.com/demo/cubeserv/cubeserv.cgi?CONFIG=main&REQUEST=GetCapabilities&VERSION=1.3.0");
}