From 5e0050cc9ac8755d6e4cd76d81807ce8c44e5c11 Mon Sep 17 00:00:00 2001 From: Gregers Gram Rygg Date: Wed, 27 Jun 2012 18:32:48 +0200 Subject: [PATCH] Fixed broken test --- tests/Projection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Projection.html b/tests/Projection.html index 236871ab76..5864be5347 100644 --- a/tests/Projection.html +++ b/tests/Projection.html @@ -44,7 +44,7 @@ // conditionally mock up proj4js var hasProj = !!window.Proj4js; if (!hasProj) { - window.Proj4js = true; + window.Proj4js = {}; } proj1.proj = {defData: "+title= WGS84 +foo=bar +x=0"}; proj2.proj = {defData: "+title=FOO +foo=bar +x=0", srsCode: "FOO"};