From: John Resig Date: Mon, 3 Sep 2007 23:59:31 +0000 (+0000) Subject: Re-disabled the ajax tests in Safari 3. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=d5bb0e317988965306b1ccb395fafc4554aba49c Re-disabled the ajax tests in Safari 3. --- 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", } -//} +}