X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax%2FajaxTest.js;h=67bf6dd3920266181d004db0803b8365cc541f2c;hb=1ce8006d480ebd64350983a17be1cc2e3f043958;hp=24afb5e5dfadfe830a9cbd0b8ca063da019333f0;hpb=a5dbcaf67579b2266b64ffbdd2a328d180f7f64b;p=jquery.git diff --git a/src/ajax/ajaxTest.js b/src/ajax/ajaxTest.js index 24afb5e..67bf6dd 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 ); @@ -625,4 +625,4 @@ test("custom timeout does not set error message when timeout occurs, see #970", } -//} +}