update target of evalScripts test
[jquery.git] / 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