fixed number of planned tests in test_Util_getArgs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6334 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-02-21 00:15:11 +00:00
parent 9635c8868c
commit 1f107bde9d

View File

@@ -667,7 +667,7 @@
function test_Util_getArgs(t) {
//DEPRECATED -- to be removed in 3.0
t.plan(3);
t.plan(4);
var temp = OpenLayers.Console.warn;
OpenLayers.Console.warn = function(err) {