r1975 - trunk/tests/unit/sortable
Author: rdworth
Date: Mon Feb 2 18:53:34 2009
New Revision: 1975
Modified:
trunk/tests/unit/sortable/sortable_core.js
Log:
sortable unit tests: stubbed out missing tests
Modified: trunk/tests/unit/sortable/sortable_core.js
==============================================================================
--- trunk/tests/unit/sortable/sortable_core.js (original)
+++ trunk/tests/unit/sortable/sortable_core.js Mon Feb 2 18:53:34 2009
@@ -26,8 +26,4 @@
module("sortable: core");
-test("testname", function() {
- ok(false, "missing test - untested code is broken code.");
-});
-
})(jQuery);