From 2580420b7e1137acff7ec9fb38c1698e231e1d68 Mon Sep 17 00:00:00 2001 From: timmywil Date: Tue, 15 Mar 2011 22:47:20 -0400 Subject: [PATCH] Test description --- test/unit/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/attributes.js b/test/unit/attributes.js index 89762e76c..b9605d152 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -28,7 +28,7 @@ if ( !jQuery.support.getSetAttribute ) { }); } -test("prop(String)", function() { +test("prop(String, Object)", function() { expect(19); equals( jQuery('#text1').prop('value'), "Test", 'Check for value attribute' ); equals( jQuery('#text1').prop('value', "Test2").prop('defaultValue'), "Test", 'Check for defaultValue attribute' ); -- 2.39.5