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"
)
]
});