[Commits] r2332 - core/trunk/geoext/tests/lib/GeoExt/plugins
commits at geoext.org
commits at geoext.org
Fri Sep 10 16:25:34 CEST 2010
Author: fredj
Date: 2010-09-10 16:25:34 +0200 (Fri, 10 Sep 2010)
New Revision: 2332
Modified:
core/trunk/geoext/tests/lib/GeoExt/plugins/PrintExtent.html
Log:
tearDown renamed to hide (see #307)
Modified: core/trunk/geoext/tests/lib/GeoExt/plugins/PrintExtent.html
===================================================================
--- core/trunk/geoext/tests/lib/GeoExt/plugins/PrintExtent.html 2010-09-10 14:15:00 UTC (rev 2331)
+++ core/trunk/geoext/tests/lib/GeoExt/plugins/PrintExtent.html 2010-09-10 14:25:34 UTC (rev 2332)
@@ -115,7 +115,7 @@
mapPanel.destroy();
}
- function test_tearDown(t) {
+ function test_hide(t) {
t.plan(2);
var printExtent = new GeoExt.plugins.PrintExtent({
@@ -137,7 +137,7 @@
plugins: [printExtent]
});
- printExtent.tearDown();
+ printExtent.hide();
t.eq(mapPanel.map.layers.length, 1,
"layer was removed.");
More information about the Commits
mailing list