Don't try to be dynamic, just get the damn job done. Expects = 30.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-10-15 16:04:02 -04:00
parent a0cbf60192
commit e092b64195

View File

@ -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" ) {