X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=d1035cf6476bd165c4b23e00aa14da8471087fa9;hb=4805a45c0669b298c24005ce6505b49d88f85fe7;hp=dcb00abeab20472593ffa67f36e34908aec5c6b0;hpb=407ba8308cc540d5b351041c7ead317920b70347;p=jquery.git diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index dcb00ab..d1035cf 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -427,16 +427,3 @@ test("removeAttr(String", function() { ok( $('#mark').removeAttr("class")[0].className == "", "remove class" ); }); -test("evalScripts() with no script elements", function() { - expect(2); - stop(); - $.ajax({ - url: 'data/text.php?' + new Date().getTime(), - success: function(data, status) { - ok ( true, 'before evalScripts()'); - jQuery('#foo').html(data).evalScripts(); - ok ( true, 'after evalScripts()'); - start(); - } - }); -});