From 31df492761e0d5b1f8170db90f28854e1c9fb982 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 16 Aug 2006 19:21:21 +0000 Subject: [PATCH] r1255 broke a test. fixed. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1256 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Util.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Util.html b/tests/test_Util.html index 660da3c166..8f0dbcca1f 100644 --- a/tests/test_Util.html +++ b/tests/test_Util.html @@ -159,7 +159,7 @@ c: "press" }; - to = OpenLayers.Util.applyDefaults(to, from); + OpenLayers.Util.applyDefaults(to, from); t.ok( to instanceof Object, " applyDefaults returns an object"); t.eq( to["a"], "abra", "key present in to but not from maintained");