X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Femacs;h=75dec89c965e814a2c68e5fc352b5540564b2c4f;hp=fd5ae07f1a1a5bdf7c7d46546dd9513ecafdadbe;hb=de2acbd49c8fdb0c5bc28513283a9e12eefdaca3;hpb=a18a15326c9bc392828c91a465b5c514cddfb539 diff --git a/test/emacs b/test/emacs index fd5ae07f..75dec89c 100755 --- a/test/emacs +++ b/test/emacs @@ -24,12 +24,12 @@ test_expect_equal "$output" "$expected" test_begin_subtest "Basic notmuch-search view in emacs" output=$(test_emacs '(notmuch-search "tag:inbox") (notmuch-test-wait) (message (buffer-string))' 2>&1) expected=$(cat $EXPECTED/notmuch-search-tag-inbox) -test_expect_equal_failure "$output" "$expected" +test_expect_equal "$output" "$expected" test_begin_subtest "Navigation of notmuch-hello to search results" output=$(test_emacs '(notmuch-hello) (goto-char (point-min)) (re-search-forward "inbox") (widget-button-press (point)) (notmuch-test-wait) (message (buffer-string))' 2>&1) expected=$(cat $EXPECTED/notmuch-hello-view-inbox) -test_expect_equal_failure "$output" "$expected" +test_expect_equal "$output" "$expected" test_begin_subtest "Basic notmuch-show view in emacs" maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)