]> source.dussan.org Git - jquery.git/commitdiff
Don't try to be dynamic, just get the damn job done. Expects = 30.
authorRick Waldron <waldron.rick@gmail.com>
Mon, 15 Oct 2012 20:04:02 +0000 (16:04 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Mon, 15 Oct 2012 20:04:02 +0000 (16:04 -0400)
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
test/unit/support.js

index 0ca0fa05d889747053bfde938385f4a959d95dea..05ac16ac5d8ed873a04c0646970146529c5078a3 100644 (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" ) {