|
@@ -197,7 +197,7 @@ files."
|
|
(defun org-test-current-defun ()
|
|
(defun org-test-current-defun ()
|
|
"Test the current function."
|
|
"Test the current function."
|
|
(interactive)
|
|
(interactive)
|
|
- (ert (car (which-function))))
|
|
|
|
|
|
+ (ert (which-function)))
|
|
|
|
|
|
(defun org-test-run-all-tests ()
|
|
(defun org-test-run-all-tests ()
|
|
"Run all defined tests matching \"\\(org\\|ob\\)\".
|
|
"Run all defined tests matching \"\\(org\\|ob\\)\".
|