[PATCH 07/11] test: search recipient output

Subject: [PATCH 07/11] test: search recipient output

Date: Sun, 19 Aug 2012 18:52:46 -0700

To: Notmuch Mail

Cc:

From: Jameson Graef Rollins


Simple json test for a new additional recipient field.  known_broken
to be removed with next patch.
---
 test/json |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/test/json b/test/json
index ac8fa8e..ac423a8 100755
--- a/test/json
+++ b/test/json
@@ -60,4 +60,18 @@ test_expect_equal_json "$output" "[{\"thread\": \"XXX\",
  \"tags\": [\"inbox\",
  \"unread\"]}]"
 
+test_begin_subtest "Search message: include recipients"
+test_subtest_known_broken
+output=$(notmuch search --format=json --include-recipients "json-search-message" | notmuch_search_sanitize)
+test_expect_equal_json "$output" "[{\"thread\": \"XXX\",
+ \"timestamp\": 946728000,
+ \"date_relative\": \"2000-01-01\",
+ \"matched\": 1,
+ \"total\": 1,
+ \"authors\": \"Notmuch Test Suite\",
+ \"recipients\": \"Notmuch Test Suite\",
+ \"subject\": \"json-search-subject\",
+ \"tags\": [\"inbox\",
+ \"unread\"]}]"
+
 test_done
-- 
1.7.10.4


Thread: