aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-11-13 20:03:14 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-11-13 22:25:29 +0300
commitae88b3971c38e0d32a8b927d597426bb50263c6f (patch)
tree09688269d518b95fa20bcd37745286f69c81f4e0 /test/unit/ajax.js
parent0a98623abb85bdce079b400ed3bf3d87ddc6b1da (diff)
downloadjquery-ae88b3971c38e0d32a8b927d597426bb50263c6f.tar.gz
jquery-ae88b3971c38e0d32a8b927d597426bb50263c6f.zip
Release: fix revert artefacts
Diffstat (limited to 'test/unit/ajax.js')
-rw-r--r--test/unit/ajax.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js
index 3d3bfb9aa..69eae3211 100644
--- a/test/unit/ajax.js
+++ b/test/unit/ajax.js
@@ -1628,10 +1628,10 @@ if ( typeof window.ArrayBuffer === "undefined" || typeof new XMLHttpRequest().re
// Global events get confused by the exception
global: false,
success: function() {
- ok( false, "Success." );
+ assert.ok( false, "Success." );
},
error: function() {
- ok( false, "Error." );
+ assert.ok( false, "Error." );
}
});
});