From: jeresig Date: Mon, 30 Nov 2009 18:46:14 +0000 (-0500) Subject: Fixed wrap test that was looking for comment values from .text(). X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=c7407bd4fc343783a4e723f21227a6ee43b9a934 Fixed wrap test that was looking for comment values from .text(). --- diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 4997634..a0ce302 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -37,7 +37,7 @@ var testWrap = function(val) { var j = jQuery("#nonnodes").contents(); j.wrap(val( "" )); equals( jQuery("#nonnodes > i").length, 3, "Check node,textnode,comment wraps ok" ); - equals( jQuery("#nonnodes > i").text(), j.text() + j[1].nodeValue, "Check node,textnode,comment wraps doesn't hurt text" ); + equals( jQuery("#nonnodes > i").text(), j.text(), "Check node,textnode,comment wraps doesn't hurt text" ); // Try wrapping a disconnected node j = jQuery("