X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=dcb00abeab20472593ffa67f36e34908aec5c6b0;hb=407ba8308cc540d5b351041c7ead317920b70347;hp=d7fa5c7cca85a6a2815c9c721212863ab8a97ec4;hpb=41f62e13643462a88fa7d9015346196f3d37b966;p=jquery.git diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d7fa5c7..dcb00ab 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -434,7 +434,7 @@ test("evalScripts() with no script elements", function() { url: 'data/text.php?' + new Date().getTime(), success: function(data, status) { ok ( true, 'before evalScripts()'); - jQuery('#output').html(data).evalScripts(); + jQuery('#foo').html(data).evalScripts(); ok ( true, 'after evalScripts()'); start(); }