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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user