X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fmanipulation.js;h=fdc391a542030e2b11cade01549aac22c2da6599;hb=3b76b588153e93c57679fd7ca287eb863994dd59;hp=5efdca9988fd56e25ad51383e86e8ded880698fa;hpb=5673e4bc3aa5991dfa51de5cb6d7027f2545ad03;p=jquery.git diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 5efdca9..fdc391a 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -221,7 +221,7 @@ var testAppend = function(valueObj) { QUnit.reset(); expected = "This link has class=\"blog\": Simon Willison's WeblogYahooTry them out:"; - jQuery('#sap').append(valueObj(jQuery("#first, #yahoo"))); + jQuery('#sap').append(valueObj(jQuery("#yahoo, #first"))); equals( expected, jQuery('#sap').text(), "Check for appending of jQuery object" ); QUnit.reset();