Added explicit module names to the new unit tests.
[jquery.git] / test / unit / css.js
index 97e529f..af1983c 100644 (file)
@@ -1,3 +1,5 @@
+module("css");
+
 test("css(String|Hash)", function() {
        expect(19);
 
@@ -79,4 +81,4 @@ test("jQuery.css(elem, 'height') doesn't clear radio buttons (bug #1095)", funct
        ok( ! jQuery(":radio:last", $checkedtest).attr("checked"), "Check last radio still NOT checked." );
        ok( !! jQuery(":checkbox:first", $checkedtest).attr("checked"), "Check first checkbox still checked." );
        ok( ! jQuery(":checkbox:last", $checkedtest).attr("checked"), "Check last checkbox still NOT checked." );
-});
\ No newline at end of file
+});