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