X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2Feffects.js;h=bfd6ff4fc674307ff4596aab06e9b230e6116986;hb=2131e1a7ad6d9df239ec00b301303e10dbd34d49;hp=cb07f6a20c098bcfc03f6d1b5355707b9aa32e16;hpb=2bda99c18a0372eed02472e9d318676e180281da;p=jquery.git diff --git a/test/unit/effects.js b/test/unit/effects.js index cb07f6a..bfd6ff4 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -514,7 +514,7 @@ jQuery.each( { if ( t_h == "show" ) { var old_h = jQuery.css(this, "height", undefined, true); jQuery(this).append("
Some more text
and some more..."); - notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto. " + n); + notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto."); } start();