From 174bd431f4d843f9fcda633d14fb32ff1274f8e9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 21 Feb 2011 11:54:15 +0000 Subject: [PATCH] Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11172 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/BaseTypes.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/BaseTypes.html b/tests/BaseTypes.html index 55e7eac99b..05a05e65e9 100644 --- a/tests/BaseTypes.html +++ b/tests/BaseTypes.html @@ -298,6 +298,13 @@ //run again to make sure the arguments are handled correctly newFoo(g_Arg3, g_Arg4); } + + function test_Function_Void(t) { + + t.plan(1); + t.eq(OpenLayers.Function.Void(), undefined, "returns undefined"); + + } function test_Function_bindAsEventListener(t) { t.plan(4);