r3262 committed - datepicker: removing odd ticket test, has no assertions

r3262 committed - datepicker: removing odd ticket test, has no assertions


Revision: 3262
Author: joern.zaefferer
Date: Sat Sep 19 06:36:49 2009
Log: datepicker: removing odd ticket test, has no assertions
http://code.google.com/p/jquery-ui/source/detail?r=3262
Modified:
/trunk/tests/unit/datepicker/datepicker_tickets.js
=======================================
--- /trunk/tests/unit/datepicker/datepicker_tickets.js    Thu Feb 12 20:12:28
2009
+++ /trunk/tests/unit/datepicker/datepicker_tickets.js    Sat Sep 19 06:36:49
2009
@@ -5,18 +5,4 @@
module("datepicker: tickets");
-test('#4055: onclick events contain references to "jQuery"', function() {
-    // no assertions, if the test fails, there will be an error
-
-    var _jQuery = jQuery;
-    jQuery = null;
-
-    $('<div/>').appendTo('body').datepicker()
-    // the third weekend day always exists
-    .find('tbody .ui-datepicker-week-end:eq(3)').click().end()
-    .datepicker('destroy');
-
-    jQuery = _jQuery;
-});
-
})(jQuery);