From 465498b83a2f86c03df9486d18a3d017c872a429 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 14 Feb 2013 09:10:18 +0100 Subject: [PATCH] Use blank.gif as WMS-mockup URL in test. --- tests/Control/LayerSwitcher.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Control/LayerSwitcher.html b/tests/Control/LayerSwitcher.html index 0b42257151..c81a77934a 100644 --- a/tests/Control/LayerSwitcher.html +++ b/tests/Control/LayerSwitcher.html @@ -204,13 +204,13 @@ layers: [ new OpenLayers.Layer.WMS( layername, - "http://example.com/" + "../../img/blank.gif" ), // add another layer with the same name, the generated id // must be different new OpenLayers.Layer.WMS( layername, - "http://example.com/" + "../../img/blank.gif" ) ] });