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:
@@ -299,6 +299,13 @@
|
|||||||
newFoo(g_Arg3, g_Arg4);
|
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) {
|
function test_Function_bindAsEventListener(t) {
|
||||||
t.plan(4);
|
t.plan(4);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user