]> source.dussan.org Git - jquery-ui.git/commitdiff
just reviewed
authorKlaus Hartl <klaus.hartl@googlemail.com>
Wed, 4 Feb 2009 09:35:52 +0000 (09:35 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Wed, 4 Feb 2009 09:35:52 +0000 (09:35 +0000)
tests/unit/tabs/tabs_core.js
tests/unit/tabs/tabs_defaults.js
tests/unit/tabs/tabs_options.js

index 6d3efc5fd72c7dca3657320fef35e12551510442..ba5f3d014c69e805ca022bbd6aabb0c611d84d89 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * tabs_core.js
  */
+var el;
+
 (function($) {
 
 module("tabs: core");
index 7c9ae8be5147e9b4dc49cce34c63e93c8134c432..306e8c86eea42431605214857099d9cabae83510 100644 (file)
@@ -5,8 +5,8 @@
 var tabs_defaults = {
        ajaxOptions: null,
        cache: false,
-       cookie: null,
        collapsible: false,
+       cookie: null,
        disabled: [],
        event: 'click',
        fx: null,
index 86f7941b4a96fcfeb6d6869510ff087cac4d1518..51193b8ccbbb1536a68a20718e2e2a738711a774 100644 (file)
@@ -83,7 +83,7 @@ test('disabled', function() {
        ok(false, "missing test - untested code is broken code.");
 });
 
-test('events', function() {
+test('event', function() {
        ok(false, "missing test - untested code is broken code.");
 });
 
@@ -99,7 +99,7 @@ test('panelTemplate', function() {
        ok(false, "missing test - untested code is broken code.");
 });
 
-test('selected: null', function() {
+test('selected: null', function() { // TODO move to selected
        expect(2);
 
        el = $('#tabs1');
@@ -110,7 +110,7 @@ test('selected: null', function() {
 
 });
 
-test('selected property', function() {
+test('selected', function() {
        expect(5);
        
        $('#tabs1').tabs();