aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-10-15 16:04:02 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-15 16:04:02 -0400
commite092b641955ca753708384a73a9a159c9af817dd (patch)
tree653ed57f06cc799c65c802a08a04d198458c2b77
parenta0cbf601922bd8591f19c15b33e66b52560c0172 (diff)
downloadjquery-e092b641955ca753708384a73a9a159c9af817dd.tar.gz
jquery-e092b641955ca753708384a73a9a159c9af817dd.zip
Don't try to be dynamic, just get the damn job done. Expects = 30.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 0ca0fa05d..05ac16ac5 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -248,7 +248,7 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c
if ( expected ) {
test("Verify that the support tests resolve as expected per browser", function() {
- expect( jQuery(expected).size() );
+ expect( 30 );
for ( var i in expected ) {
if ( jQuery.ajax || i !== "ajax" && i !== "cors" ) {