Remove not needed document.getElementById in test.

This commit is contained in:
Marc Jansen
2012-03-05 21:41:39 +01:00
parent 8f0280e8bd
commit 25bba1c937

View File

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