diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-03-15 22:47:20 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:39 -0400 |
commit | 2580420b7e1137acff7ec9fb38c1698e231e1d68 (patch) | |
tree | 2e8688d06f19957035be5e17685f29b92367f280 /test | |
parent | 5ac6ca3fa52a4a27d6952c71a77420e3e4a5d88a (diff) | |
download | jquery-2580420b7e1137acff7ec9fb38c1698e231e1d68.tar.gz jquery-2580420b7e1137acff7ec9fb38c1698e231e1d68.zip |
Test description
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |