summaryrefslogtreecommitdiff
path: root/test/lisp/calendar/todo-mode-tests.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-05-29 17:50:36 -0700
committerGlenn Morris <rgm@gnu.org>2017-05-29 17:50:36 -0700
commit941a2e7347e3a0d393e67872e6151be8cc66d9a2 (patch)
tree12f61130fd1664808c584d79c27a8c5288fb96dd /test/lisp/calendar/todo-mode-tests.el
parent2a22a65fe1fd7f75480f6dcfe404b5ce43a2b821 (diff)
downloademacs-941a2e7347e3a0d393e67872e6151be8cc66d9a2.tar.gz
emacs-941a2e7347e3a0d393e67872e6151be8cc66d9a2.tar.bz2
emacs-941a2e7347e3a0d393e67872e6151be8cc66d9a2.zip
todo-mode: don't assume an ordering of tests
* test/lisp/calendar/todo-mode-tests.el (todo-test-todo-quit02) (todo-test-item-highlighting): Avoid prompting for input file.
Diffstat (limited to 'test/lisp/calendar/todo-mode-tests.el')
-rw-r--r--test/lisp/calendar/todo-mode-tests.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el
index 70e355ef027..a0d5f01617c 100644
--- a/test/lisp/calendar/todo-mode-tests.el
+++ b/test/lisp/calendar/todo-mode-tests.el
@@ -5,18 +5,20 @@
;; Author: Stephen Berman <stephen.berman@gmx.net>
;; Keywords: calendar
-;; This program is free software; you can redistribute it and/or modify
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
@@ -93,6 +95,7 @@ current again."
If the buffer made current by invoking todo-quit in a todo-mode
buffer is buried by quit-window, the todo-mode buffer should not
become current."
+ (todo-test-get-archive 2)
(todo-show)
(should (todo-test-is-current-buffer todo-test-file-1))
(let ((dir (dired default-directory)))
@@ -105,6 +108,7 @@ become current."
(ert-deftest todo-test-item-highlighting () ; bug#27133
"Test whether `todo-toggle-item-highlighting' highlights whole item.
In particular, all lines of a multiline item should be highlighted."
+ (todo-test-get-archive 2)
(todo-show)
(todo-jump-to-category nil "testcat1") ; For test rerun.
(todo-toggle-item-highlighting)