r3224 committed - tabs: comment about failing options-defaults-test

r3224 committed - tabs: comment about failing options-defaults-test


Revision: 3224
Author: joern.zaefferer
Date: Tue Sep 15 01:39:47 2009
Log: tabs: comment about failing options-defaults-test
http://code.google.com/p/jquery-ui/source/detail?r=3224
Modified:
/trunk/tests/unit/tabs/tabs_defaults.js
=======================================
--- /trunk/tests/unit/tabs/tabs_defaults.js    Sat Jun 20 06:17:05 2009
+++ /trunk/tests/unit/tabs/tabs_defaults.js    Tue Sep 15 01:39:47 2009
@@ -23,4 +23,5 @@
    tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
};
+// FAIL: falsy values break the cookie option
commonWidgetTests('tabs', { defaults: tabs_defaults });