aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/search-insufficient-from-quoting
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-04-25 15:16:49 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-04-25 15:16:49 -0700
commitd313bfb59be343692642fc7c8f81224f8cb00591 (patch)
tree1471228afa8cd6cdf1d25f2ffc6d94ba9c140f5c /test/search-insufficient-from-quoting
parentdf91c16943aa4f5c47452fa7d21e65df2d9e315b (diff)
test: Mark the search-insufficient-from-quoting tests to expect success
Theses were expected failures only due to a bug in GMime (with versions of GMime before 2.4.18). As of GMime version 2.4.18 this bug is fixed and these tests now pass.
Diffstat (limited to 'test/search-insufficient-from-quoting')
-rwxr-xr-xtest/search-insufficient-from-quoting8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/search-insufficient-from-quoting b/test/search-insufficient-from-quoting
index 6c858a88..17c35a22 100755
--- a/test/search-insufficient-from-quoting
+++ b/test/search-insufficient-from-quoting
@@ -21,22 +21,22 @@ add_message \
test_begin_subtest "Search by first name"
output=$(notmuch search from:Some.Name | notmuch_search_sanitize)
-test_expect_equal_failure "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
+test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message has necessary quoting in place (inbox unread)"
test_begin_subtest "Search by last name:"
output=$(notmuch search from:Someone | notmuch_search_sanitize)
-test_expect_equal_failure "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
+test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message has necessary quoting in place (inbox unread)"
test_begin_subtest "Search by address:"
output=$(notmuch search from:bugs@quoting.com | notmuch_search_sanitize)
-test_expect_equal_failure "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
+test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message has necessary quoting in place (inbox unread)"
test_begin_subtest "Search for all messages:"
output=$(notmuch search '*' | notmuch_search_sanitize)
-test_expect_equal_failure "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
+test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message needs more quoting on the From line (inbox unread)
thread:XXX 2001-01-05 [1/1] Some.Name for Someone; This message has necessary quoting in place (inbox unread)
thread:XXX 2001-01-05 [1/1] No.match Here; This message needs more quoting on the From line (inbox unread)
thread:XXX 2001-01-05 [1/1] No.match Here; This message has necessary quoting in place (inbox unread)"