aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2012-05-05 18:39:47 +0400
committerGravatar David Bremner <bremner@debian.org>2012-05-06 19:44:55 -0300
commit4997ec95719a50a1882ec9b84dcb31e7984a3565 (patch)
tree08f0895c77cc9bccf1e31f938f17f1a0702333f3 /test
parent512df7ec47a378f9807dd2c19db084fe6e4010ad (diff)
emacs: fix custom queries section customization widget in notmuch-hello
The customization widget referred to a non-existing function `notmuch-hello-insert-query-list'. The patch changes it to the correct one - `notmuch-hello-insert-searches'. The relevant test is fixed now.
Diffstat (limited to 'test')
-rwxr-xr-xtest/emacs-hello1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/emacs-hello b/test/emacs-hello
index 936d00e6..a998dc4f 100755
--- a/test/emacs-hello
+++ b/test/emacs-hello
@@ -52,7 +52,6 @@ test_emacs "(let* ((widget (widget-create 'notmuch-hello-tags-section))
test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-tags-section
test_begin_subtest "Empty custom queries section"
-test_subtest_known_broken
test_emacs "(let* ((widget (widget-create 'notmuch-hello-query-section))
(notmuch-hello-sections (list (widget-value widget))))
(notmuch-hello)