[Commits] r2124 - core/trunk/geoext/tests/lib/GeoExt/widgets/tree

commits at geoext.org commits at geoext.org
Tue Apr 27 10:54:07 CEST 2010


Author: ahocevar
Date: 2010-04-27 10:54:06 +0200 (Tue, 27 Apr 2010)
New Revision: 2124

Modified:
   core/trunk/geoext/tests/lib/GeoExt/widgets/tree/RadioButtonMixin.html
Log:
fixed test for IE

Modified: core/trunk/geoext/tests/lib/GeoExt/widgets/tree/RadioButtonMixin.html
===================================================================
--- core/trunk/geoext/tests/lib/GeoExt/widgets/tree/RadioButtonMixin.html	2010-04-27 07:32:19 UTC (rev 2123)
+++ core/trunk/geoext/tests/lib/GeoExt/widgets/tree/RadioButtonMixin.html	2010-04-27 08:54:06 UTC (rev 2124)
@@ -39,7 +39,7 @@
             });
             
             mapPanel.on("render", function() {
-                t.ok(Ext.Element.get(node.ui.anchor.previousSibling).hasClass("gx-tree-radio"), "node has a radio button");
+                t.ok(Ext.fly(node.ui.getEl()).child(".gx-tree-radio"), "node has a radio button");
                 // simulate a click event for testing the radiochange event
                 node.ui.onClick({getTarget: function() {return true}});
             });



More information about the Commits mailing list