source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/droppable/droppable_events.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 575 bytes
Line 
1/*
2 * droppable_events.js
3 */
4(function($) {
5
6module("droppable: events");
7
8test("activate", function() {
9 ok(false, 'missing test - untested code is broken code');
10});
11
12test("deactivate", function() {
13 ok(false, 'missing test - untested code is broken code');
14});
15
16test("over", function() {
17 ok(false, 'missing test - untested code is broken code');
18});
19
20test("out", function() {
21 ok(false, 'missing test - untested code is broken code');
22});
23
24test("drop", function() {
25 ok(false, 'missing test - untested code is broken code');
26});
27
28})(jQuery);
Note: See TracBrowser for help on using the repository browser.