X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax%2FajaxTest.js;h=bf0d748d33dcdcb68c5f3a4ddd417034b46083a0;hb=ad5539bab3e1d6806e054dd5b14cf341a675ded0;hp=f158bae2120993a450108bed487a5a84a36a6627;hpb=f96bf1041553775a94c1034c97e253e350217173;p=jquery.git diff --git a/src/ajax/ajaxTest.js b/src/ajax/ajaxTest.js index f158bae..bf0d748 100644 --- a/src/ajax/ajaxTest.js +++ b/src/ajax/ajaxTest.js @@ -3,7 +3,7 @@ module("ajax"); // Safari 3 randomly crashes when running these tests, // but only in the full suite - you can run just the Ajax // tests and they'll pass -//if ( !jQuery.browser.safari ) { +if ( !jQuery.browser.safari ) { test("$.ajax() - success callbacks", function() { expect( 8 ); @@ -638,4 +638,4 @@ test("custom timeout does not set error message when timeout occurs, see #970", } -//} +}