Skip to content

Commit

Permalink
added test message to attr tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj committed Aug 30, 2011
1 parent f870afc commit 2b1ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tests/core-tests.js
Expand Up @@ -311,7 +311,7 @@ CoreTests.prototype.run = function () {
textInput.attr('value','some new value');
equals(textInput[0].value, 'some new value', 'using attr() to set value on text inputs should work.');

equals(0, x$('#dom_tests').attr('non-existing').length);
equals(0, x$('#dom_tests').attr('non-existing').length, 'attr() on non-existing attributes should return xui objects of length 0');
});

// --
Expand Down

0 comments on commit 2b1ddd5

Please sign in to comment.