revert changes to interactive function `org-test-run-all-tests'

This commit is contained in:
Eric Schulte 2011-11-14 14:52:22 -07:00
parent 0440b83ac5
commit 9702f5520e
1 changed files with 3 additions and 9 deletions

View File

@ -340,15 +340,9 @@ Load all test files first."
"Run all defined tests matching \"\\(org\\|ob\\)\".
Load all test files first."
(interactive)
(let ((org-id-track-globally t)
(message-log-max t))
(with-current-buffer
(get-buffer-create "*Messages*")
(erase-buffer))
(org-test-touch-all-examples)
(org-test-update-id-locations)
(org-test-load)
(ert "\\(org\\|ob\\)")))
(org-test-touch-all-examples)
(org-test-load)
(ert "\\(org\\|ob\\)"))
(provide 'org-test)