removing unnecessary line

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-09-27 21:03:59 +00:00
parent 3b60032995
commit b774b592cd

View File

@@ -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" );