]> git.notmuchmail.org Git - notmuch/commitdiff
test: remove explicit loading of elisp tests in emacs-address-cleaning
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 29 Jan 2012 03:36:03 +0000 (07:36 +0400)
committerDavid Bremner <bremner@debian.org>
Sun, 12 Feb 2012 16:58:20 +0000 (11:58 -0500)
It is no longer needed, since elisp tests files are auto loaded now.

test/emacs-address-cleaning

index 51018fe5e1032ec237aac0d326290172d022f98b..6ddde5c6ca9ca8abf0f5f18dc3adab563eef8984 100755 (executable)
@@ -4,15 +4,12 @@ test_description="emacs address cleaning"
 . test-lib.sh
 
 test_begin_subtest "notmuch-test-address-clean part 1"
-test_emacs_expect_t \
-    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-1)'
 
 test_begin_subtest "notmuch-test-address-clean part 2"
-test_emacs_expect_t \
-    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
 
 test_begin_subtest "notmuch-test-address-clean part 3"
-test_emacs_expect_t \
-    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'
+test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
 
 test_done