aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-30 08:42:01 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-30 08:42:01 -0400
commitfc3fc6ec2e9d8cf245c67e90668c1b1ee83f6d24 (patch)
tree5064d633446a95a1812a8344eff08024bfc030c1 /tests/unit/effects
parentfab4aa13ca5c4d622e923f816c6fe723e1d3fb57 (diff)
downloadjquery-ui-fc3fc6ec2e9d8cf245c67e90668c1b1ee83f6d24.tar.gz
jquery-ui-fc3fc6ec2e9d8cf245c67e90668c1b1ee83f6d24.zip
Effects tests: Added TODO for disabled test.
Diffstat (limited to 'tests/unit/effects')
-rw-r--r--tests/unit/effects/effects_core.js2
1 files changed, 1 insertions, 1 deletions
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(),