r3194 committed - spinner: unit tests - added placeholder for ARIA tests.

r3194 committed - spinner: unit tests - added placeholder for ARIA tests.


Revision: 3194
Author: pazu2k@gmail.com
Date: Sat Sep 5 09:21:00 2009
Log: spinner: unit tests - added placeholder for ARIA tests.
http://code.google.com/p/jquery-ui/source/detail?r=3194
Modified:
/branches/dev/spinner/tests/unit/spinner/spinner_core.js
=======================================
--- /branches/dev/spinner/tests/unit/spinner/spinner_core.js    Thu Sep 3
22:18:27 2009
+++ /branches/dev/spinner/tests/unit/spinner/spinner_core.js    Sat Sep 5
09:21:00 2009
@@ -334,4 +334,8 @@
    equals(el.spinner('option', 'step'), 2, 'step');
});
+test("ARIA attributes", function() {
+    ok(false, 'missing test - untested code is broken code');
+});
+
})(jQuery);