aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-05 17:09:18 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-05 17:09:18 +0000
commitad5539bab3e1d6806e054dd5b14cf341a675ded0 (patch)
treefb4b406fc618a0a87b95ca3b9ab26e23ed995381 /src/ajax
parentf96bf1041553775a94c1034c97e253e350217173 (diff)
downloadjquery-ad5539bab3e1d6806e054dd5b14cf341a675ded0.tar.gz
jquery-ad5539bab3e1d6806e054dd5b14cf341a675ded0.zip
Re-disabled the Ajax tests in Safari.
Diffstat (limited to 'src/ajax')
-rw-r--r--src/ajax/ajaxTest.js4
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",
}
-//}
+}