aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-03 23:59:31 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-03 23:59:31 +0000
commitd5bb0e317988965306b1ccb395fafc4554aba49c (patch)
treeb8644190125a11d141ded3b135233ecee685417d /src
parenta5dbcaf67579b2266b64ffbdd2a328d180f7f64b (diff)
downloadjquery-d5bb0e317988965306b1ccb395fafc4554aba49c.tar.gz
jquery-d5bb0e317988965306b1ccb395fafc4554aba49c.zip
Re-disabled the ajax tests in Safari 3.
Diffstat (limited to 'src')
-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 24afb5e5d..67bf6dd39 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",
}
-//}
+}