From 25bba1c9375880fe2e490848c6a4b5be3c1eddcb Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Mon, 5 Mar 2012 21:41:39 +0100 Subject: [PATCH] Remove not needed document.getElementById in test. --- tests/OpenLayers1.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/OpenLayers1.html b/tests/OpenLayers1.html index 4d3ae3bded..1d96be349f 100644 --- a/tests/OpenLayers1.html +++ b/tests/OpenLayers1.html @@ -5,8 +5,6 @@ function test_OpenLayers(t) { t.plan(3); - var script = document.getElementById("script"); - t.eq(OpenLayers._getScriptLocation(), "../", "Script location correctly detected."); t.ok(OpenLayers.ImgPath !== undefined, "An ImgPath property exists.");