From 19b21ff10ae5f4800f367306cb589c5fe201eed3 Mon Sep 17 00:00:00 2001 From: Mike Alsup Date: Tue, 2 Jan 2007 12:37:17 +0000 Subject: [PATCH] remove test that belonged in ajaxTest.js --- src/jquery/coreTest.js | 13 ------------- 1 file changed, 13 deletions(-) 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(); - } - }); -}); -- 1.7.10.4