From: Rick Waldron Date: Mon, 15 Oct 2012 20:04:02 +0000 (-0400) Subject: Don't try to be dynamic, just get the damn job done. Expects = 30. X-Git-Tag: 1.9.0b1~214 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e092b641955ca753708384a73a9a159c9af817dd;p=jquery.git Don't try to be dynamic, just get the damn job done. Expects = 30. Signed-off-by: Rick Waldron --- 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" ) {