mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
test: update search test to reflect exclude flag
notmuch-search.c now returns all matching threads even if it the match is a search.tag_excluded message (but with a mark indicating this). Update the test to reflect this.
This commit is contained in:
parent
1a53f9f116
commit
c440e597f9
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ generate_message '[subject]="Deleted"'
|
|||
notmuch new > /dev/null
|
||||
notmuch tag +deleted id:$gen_msg_id
|
||||
output=$(notmuch search subject:deleted | notmuch_search_sanitize)
|
||||
test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Not deleted (inbox unread)"
|
||||
test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Not deleted (inbox unread)
|
||||
thread:XXX 2001-01-05 [0/1] Notmuch Test Suite; Deleted (deleted inbox unread)"
|
||||
|
||||
test_begin_subtest "Exclude \"deleted\" messages from search, overridden"
|
||||
output=$(notmuch search subject:deleted and tag:deleted | notmuch_search_sanitize)
|
||||
|
|
Loading…
Reference in a new issue