]> source.dussan.org Git - jquery.git/commitdiff
Core: Remove repeated test
authorLiang Peng <poppinlp@gmail.com>
Thu, 1 May 2014 11:37:23 +0000 (19:37 +0800)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 2 May 2014 13:49:28 +0000 (15:49 +0200)
Closes gh-1570

test/unit/core.js

index 681fef5dc7ad91d224ae7e5b5c80ec274c05995e..6a9c79036f683cd1b849cd96a91fa80e874471ae 100644 (file)
@@ -509,7 +509,6 @@ test( "isNumeric", function() {
        equal( t( [ 42 ] ), false, "Array with one number" );
        equal( t(function(){} ), false, "Instance of a function");
        equal( t( new Date() ), false, "Instance of a Date");
-       equal( t(function(){} ), false, "Instance of a function");
 });
 
 test("isXMLDoc - HTML", function() {