From 74b3e153f8e07543726740e8a35d415abd9c4720 Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 3 Jul 2006 14:19:30 +0000 Subject: [PATCH] add a location so that init GeoRSS does not crash. Now all tests pass again git-svn-id: http://svn.openlayers.org/trunk/openlayers@858 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Layer_GeoRSS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Layer_GeoRSS.html b/tests/test_Layer_GeoRSS.html index fab0705e70..ec560cd57c 100644 --- a/tests/test_Layer_GeoRSS.html +++ b/tests/test_Layer_GeoRSS.html @@ -58,7 +58,7 @@ function test_99_Layer_GeoRSS_destroy (t) { t.plan( 1 ); - layer = new OpenLayers.Layer.GeoRSS('Test Layer'); + layer = new OpenLayers.Layer.GeoRSS('Test Layer', './georss.txt'); var map = new OpenLayers.Map('map'); map.addLayer(layer); layer.destroy();