From: timmywil Date: Wed, 16 Mar 2011 02:47:20 +0000 (-0400) Subject: Test description X-Git-Tag: 1.6b1~27^2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2580420b7e1137acff7ec9fb38c1698e231e1d68;p=jquery.git Test description --- 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' );