From 30af95d034fda584bfc9a6931b10f1b0b9dd9cca Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Fri, 30 Mar 2012 07:59:22 -0400 Subject: [PATCH] a working test thanks to Marc. --- tests/Control/OverviewMap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/OverviewMap.html b/tests/Control/OverviewMap.html index b9ae5b6fca..6548e21e59 100644 --- a/tests/Control/OverviewMap.html +++ b/tests/Control/OverviewMap.html @@ -236,7 +236,7 @@ exc = e; } - t.ok(exc != undefined, 'maximize and minimize do not trigger an exception'); + t.eq(exc, undefined, 'maximize and minimize do not trigger an exception'); map.destroy(); }