From e092b641955ca753708384a73a9a159c9af817dd Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 15 Oct 2012 16:04:02 -0400 Subject: [PATCH] Don't try to be dynamic, just get the damn job done. Expects = 30. Signed-off-by: Rick Waldron --- test/unit/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) {