]> source.dussan.org Git - jquery.git/commitdiff
Re-disabled the Ajax tests in Safari.
authorJohn Resig <jeresig@gmail.com>
Wed, 5 Sep 2007 17:09:18 +0000 (17:09 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 5 Sep 2007 17:09:18 +0000 (17:09 +0000)
src/ajax/ajaxTest.js

index f158bae2120993a450108bed487a5a84a36a6627..bf0d748d33dcdcb68c5f3a4ddd417034b46083a0 100644 (file)
@@ -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",
 
 }
 
-//}
+}