From b837fea7a2d1e40727169cf35cc9aea872651550 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 30 Jul 2008 02:28:25 +0000 Subject: [PATCH] small test fix to properly display message git-svn-id: http://svn.openlayers.org/trunk/openlayers@7600 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Extras.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Extras.html b/tests/Extras.html index 948f3abf99..38ed2b70b8 100644 --- a/tests/Extras.html +++ b/tests/Extras.html @@ -11,7 +11,7 @@ function test_Events_Object_Extension(t) { t.plan(1) map = new OpenLayers.Map("map"); - t.ok("Map created if object prototype is extended."); + t.ok(true, "Map created if object prototype is extended."); }