git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96bf10
)
Re-disabled the Ajax tests in Safari.
author
John Resig
<jeresig@gmail.com>
Wed, 5 Sep 2007 17:09:18 +0000
(17:09 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 5 Sep 2007 17:09:18 +0000
(17:09 +0000)
src/ajax/ajaxTest.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajaxTest.js
b/src/ajax/ajaxTest.js
index
f158bae
..
bf0d748
100644
(file)
--- 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",
}
-//}
+}