aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2012-01-25 13:53:58 +0000
committerDavid Bremner <bremner@debian.org>2012-01-27 07:58:58 -0400
commitcbc4876a33d34be8cb6abad9303c366a6be142a8 (patch)
tree958ee2a7e344aadf7d741f24195cee349c9ee190 /test
parent3f003a3ae0ee800cbbae7ac1daa72b3be55f9d83 (diff)
emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.
`mail-header-parse-address' expects un-decoded mailbox parts, which is not what we have at this point. Replace it with simple string deconstruction. Mark the corresponding test as no longer broken. Minor whitespace cleanup.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-address-cleaning.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/emacs-address-cleaning.sh b/test/emacs-address-cleaning.sh
index 0d85bdc..51018fe 100755
--- a/test/emacs-address-cleaning.sh
+++ b/test/emacs-address-cleaning.sh
@@ -12,7 +12,6 @@ test_emacs_expect_t \
'(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'
test_begin_subtest "notmuch-test-address-clean part 3"
-test_subtest_known_broken
test_emacs_expect_t \
'(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'