test: remove explicit loading of elisp tests in emacs-address-cleaning

It is no longer needed, since elisp tests files are auto loaded now.
This commit is contained in:
Dmitry Kurochkin 2012-01-29 07:36:03 +04:00 committed by David Bremner
parent 754ddbb578
commit 8d26b8eaac

View file

@ -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