aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-11-01 09:23:42 +0000
committerGravatar David Bremner <david@tethera.net>2013-11-07 07:52:22 -0400
commit10bf1b740096b75da2618bb2b1a9f79257eb76ca (patch)
treeed5ffe1d84efd46d9d986c60c6d6f190e27ff320 /test
parent66612063813c8c6179eb06dd83a75be6c427b215 (diff)
test: tree: remove require from tests
Now tree is included by default we don't need to "require it" in the test.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-tree6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/emacs-tree b/test/emacs-tree
index 4e3b624e..4bdfddd2 100755
--- a/test/emacs-tree
+++ b/test/emacs-tree
@@ -9,7 +9,6 @@ add_email_corpus
test_begin_subtest "Basic notmuch-tree view in emacs"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
(test-output)
@@ -18,7 +17,6 @@ test_expect_equal_file OUTPUT $EXPECTED/notmuch-tree-tag-inbox
test_begin_subtest "Refreshed notmuch-tree view in emacs"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
(notmuch-tree-refresh-view)
@@ -33,7 +31,6 @@ test_expect_equal_file OUTPUT $EXPECTED/notmuch-tree-tag-inbox
test_begin_subtest "Tag message in notmuch tree view (display)"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
(forward-line)
@@ -48,7 +45,6 @@ test_expect_equal "$output" "id:877h1wv7mg.fsf@inf-8657.int-evry.fr"
test_begin_subtest "Untag message in notmuch tree view"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
(forward-line)
@@ -63,7 +59,6 @@ test_expect_equal "$output" ""
test_begin_subtest "Tag thread in notmuch tree view"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
;; move to a sizable thread
@@ -86,7 +81,6 @@ id:20091117190054.GU3165@dottiness.seas.harvard.edu"
test_begin_subtest "Untag thread in notmuch tree view"
test_emacs '(add-to-list (quote load-path) "'$PICK_DIR'")
- (require (quote notmuch-tree))
(notmuch-tree "tag:inbox")
(notmuch-test-wait)
;; move to the same sizable thread as above