[OpenLayers-Commits] r11172 - trunk/openlayers/tests
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Feb 21 06:54:15 EST 2011
Author: tschaub
Date: 2011-02-21 03:54:15 -0800 (Mon, 21 Feb 2011)
New Revision: 11172
Modified:
trunk/openlayers/tests/BaseTypes.html
Log:
Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.
Modified: trunk/openlayers/tests/BaseTypes.html
===================================================================
--- trunk/openlayers/tests/BaseTypes.html 2011-02-21 11:54:05 UTC (rev 11171)
+++ trunk/openlayers/tests/BaseTypes.html 2011-02-21 11:54:15 UTC (rev 11172)
@@ -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);
More information about the Commits
mailing list