remove test that belonged in ajaxTest.js
authorMike Alsup <malsup@gmail.com>
Tue, 2 Jan 2007 12:37:17 +0000 (12:37 +0000)
committerMike Alsup <malsup@gmail.com>
Tue, 2 Jan 2007 12:37:17 +0000 (12:37 +0000)
src/jquery/coreTest.js

index dcb00ab..d1035cf 100644 (file)
@@ -427,16 +427,3 @@ test("removeAttr(String", function() {
        ok( $('#mark').removeAttr("class")[0].className == "", "remove class" );\r
 });\r
 \r
-test("evalScripts() with no script elements", function() {\r
-    expect(2);\r
-    stop();\r
-    $.ajax({\r
-        url: 'data/text.php?' + new Date().getTime(),\r
-        success: function(data, status) {\r
-            ok ( true, 'before evalScripts()');\r
-            jQuery('#foo').html(data).evalScripts();\r
-            ok ( true, 'after evalScripts()');\r
-            start();\r
-        }\r
-    });\r
-});\r