X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fattributes.js;h=67dce1efaf1024a300799ac21d83e86d26ef313a;hb=4130319e97b1c591d394b73961b6772559cd0549;hp=144cf470b06c4950741aec8e1e70d35ecad11da0;hpb=2764127335126601b90aac6488ef927dce1eceda;p=jquery.git diff --git a/test/unit/attributes.js b/test/unit/attributes.js index 144cf47..67dce1e 100644 --- a/test/unit/attributes.js +++ b/test/unit/attributes.js @@ -1,3 +1,5 @@ +module("attributes"); + test("attr(String)", function() { expect(27); equals( jQuery('#text1').attr('value'), "Test", 'Check for value attribute' ); @@ -316,4 +318,4 @@ test("jQuery.className", function() { equals( x.className, "hi bar", "Check removal of one class" ); ok( c.has(x, "hi"), "Check has1" ); ok( c.has(x, "bar"), "Check has2" ); -}); \ No newline at end of file +});