diff options
Diffstat (limited to 'tests/unit/dialog/dialog_tickets.js')
-rw-r--r-- | tests/unit/dialog/dialog_tickets.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog_tickets.js b/tests/unit/dialog/dialog_tickets.js new file mode 100644 index 000000000..996d4509c --- /dev/null +++ b/tests/unit/dialog/dialog_tickets.js @@ -0,0 +1,12 @@ +/* + * dialog_tickets.js + */ +(function($) { + +module("dialog: tickets"); + +test("testname", function() { + ok(false, "missing test - untested code is broken code."); +}); + +})(jQuery); |