diff options
author | John Resig <jeresig@gmail.com> | 2007-09-05 17:09:18 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-05 17:09:18 +0000 |
commit | ad5539bab3e1d6806e054dd5b14cf341a675ded0 (patch) | |
tree | fb4b406fc618a0a87b95ca3b9ab26e23ed995381 /src/ajax | |
parent | f96bf1041553775a94c1034c97e253e350217173 (diff) | |
download | jquery-ad5539bab3e1d6806e054dd5b14cf341a675ded0.tar.gz jquery-ad5539bab3e1d6806e054dd5b14cf341a675ded0.zip |
Re-disabled the Ajax tests in Safari.
Diffstat (limited to 'src/ajax')
-rw-r--r-- | src/ajax/ajaxTest.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ajax/ajaxTest.js b/src/ajax/ajaxTest.js index f158bae21..bf0d748d3 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", } -//} +} |