update target of evalScripts test
authorMike Alsup <malsup@gmail.com>
Mon, 1 Jan 2007 17:29:31 +0000 (17:29 +0000)
committerMike Alsup <malsup@gmail.com>
Mon, 1 Jan 2007 17:29:31 +0000 (17:29 +0000)
src/jquery/coreTest.js

index d7fa5c7..dcb00ab 100644 (file)
@@ -434,7 +434,7 @@ test("evalScripts() with no script elements", function() {
         url: 'data/text.php?' + new Date().getTime(),\r
         success: function(data, status) {\r
             ok ( true, 'before evalScripts()');\r
-            jQuery('#output').html(data).evalScripts();\r
+            jQuery('#foo').html(data).evalScripts();\r
             ok ( true, 'after evalScripts()');\r
             start();\r
         }\r