From b774b592cd681e6d6a1573f460e1c102c9db7ef6 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 27 Sep 2006 21:03:59 +0000 Subject: [PATCH] removing unnecessary line git-svn-id: http://svn.openlayers.org/trunk/openlayers@1508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Layer_WMS.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_Layer_WMS.html b/tests/test_Layer_WMS.html index cc133ea573..04de0b2057 100644 --- a/tests/test_Layer_WMS.html +++ b/tests/test_Layer_WMS.html @@ -14,8 +14,6 @@ function test_01_Layer_WMS_constructor (t) { t.plan( 4 ); - layer = new OpenLayers.Layer.WMS(); - var url = "http://octo.metacarta.com/cgi-bin/mapserv"; layer = new OpenLayers.Layer.WMS(name, url, params); t.ok( layer instanceof OpenLayers.Layer.WMS, "new OpenLayers.Layer.WMS returns object" );