From abbf6a79a91cdc64005fcbb28d98ad71a27b61c0 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 25 Jun 2012 14:51:51 -0400 Subject: Tests: Update support comments. --- tests/unit/core/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/core') diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js index b3020179d..41bc2ab5b 100644 --- a/tests/unit/core/core.js +++ b/tests/unit/core/core.js @@ -158,7 +158,7 @@ test( "uniqueId / removeUniqueId", function() { // support: jQuery <1.6.2 // support: IE <8 - // We should use equal( id, undefined ) when dropping jQuery 1.6.1 support (or IE6/7) + // We should use strictEqual( id, undefined ) when dropping jQuery 1.6.1 support (or IE6/7) ok( !el.attr( "id" ), "element has no initial id" ); el.uniqueId(); ok( /ui-id-\d+$/.test( el.attr( "id" ) ), "element has generated id" ); -- cgit v1.2.3