aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
diff options
context:
space:
mode:
authorAnton M <obhvsbypqghgc@gmail.com>2011-02-05 00:20:23 +0100
committerAnton M <obhvsbypqghgc@gmail.com>2011-02-05 00:20:23 +0100
commit08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d (patch)
treee8259803372b4c62a08d0ef1db640c8bf04e7048 /test/unit/ajax.js
parent8f8961de90453274ac194479272a8dfa99ffab17 (diff)
downloadjquery-08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d.tar.gz
jquery-08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d.zip
Remove an invalid ajax test and some code that is no longer used by any test.
Diffstat (limited to 'test/unit/ajax.js')
-rw-r--r--test/unit/ajax.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js
index 57e65124d..c2d572906 100644
--- a/test/unit/ajax.js
+++ b/test/unit/ajax.js
@@ -524,21 +524,6 @@ test("jQuery ajax - cross-domain detection", function() {
});
-test(".ajax() - 304", function() {
- expect( 1 );
- stop();
-
- jQuery.ajax({
- url: url("data/notmodified.php"),
- success: function(){ ok(true, "304 ok"); },
- // Do this because opera simply refuses to implement 304 handling :(
- // A feature-driven way of detecting this would be appreciated
- // See: http://gist.github.com/599419
- error: function(){ ok(jQuery.browser.opera, "304 not ok "); },
- complete: function(xhr){ start(); }
- });
-});
-
test(".load()) - 404 error callbacks", function() {
expect( 6 );
stop();