]> source.dussan.org Git - jquery.git/commitdiff
Test description
authortimmywil <tim.willison@thisismedium.com>
Wed, 16 Mar 2011 02:47:20 +0000 (22:47 -0400)
committertimmywil <tim.willison@thisismedium.com>
Sun, 3 Apr 2011 23:13:39 +0000 (19:13 -0400)
test/unit/attributes.js

index 89762e76c38f6818e3f23c040dcb69cd69041a0d..b9605d1525809e4742692f101cdea8df3809d08f 100644 (file)
@@ -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' );