a working test thanks to Marc.

This commit is contained in:
Paul Spencer
2012-03-30 07:59:22 -04:00
parent d4e6253447
commit 30af95d034
+1 -1
View File
@@ -236,7 +236,7 @@
exc = e; 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(); map.destroy();
} }