From: Scott González Date: Mon, 30 Apr 2012 12:42:01 +0000 (-0400) Subject: Effects tests: Added TODO for disabled test. X-Git-Tag: 1.9.0m8~63 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fc3fc6ec2e9d8cf245c67e90668c1b1ee83f6d24;p=jquery-ui.git Effects tests: Added TODO for disabled test. --- diff --git a/tests/unit/effects/effects_core.js b/tests/unit/effects/effects_core.js index fc9f67d1b..955e6f799 100644 --- a/tests/unit/effects/effects_core.js +++ b/tests/unit/effects/effects_core.js @@ -31,7 +31,7 @@ test( "Immediate Return Conditions", function() { equal( ++count, 3, "Both Functions worked properly" ); }); -/* Disabled - Can't figure out why this is failing in IE 6/7 +/* TODO: Disabled - Can't figure out why this is failing in IE 6/7 test( "createWrapper and removeWrapper retain focused elements (#7595)", function() { expect( 2 ); var test = $( "div.hidden" ).show(),