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
This commit is contained in:
Tim Schaub
2011-02-21 11:54:15 +00:00
parent 7e18475a0b
commit 174bd431f4

View File

@@ -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);