aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar pazz <patricktotzke@googlemail.com>2011-07-23 10:54:03 +0100
committerGravatar David Bremner <bremner@debian.org>2011-12-07 21:19:40 -0400
commite81e3d1bdb3ed3c05d1c98d229452d853baccdeb (patch)
tree4907487b275664c675402cf8a50d75c16692e04a /test
parenta647f43643073cd02e26788e417efd8dd3323669 (diff)
test: date_relative in notmuch search json output
expect the date_relative field for thread entries in notmuch search's json output note from Commiter: we don't have to worry about the date changing because the date in question is more than 180 days old.
Diffstat (limited to 'test')
-rwxr-xr-xtest/json2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/json b/test/json
index 592b0687..7df43803 100755
--- a/test/json
+++ b/test/json
@@ -12,6 +12,7 @@ add_message "[subject]=\"json-search-subject\"" "[date]=\"Sat, 01 Jan 2000 12:00
output=$(notmuch search --format=json "json-search-message" | notmuch_search_sanitize)
test_expect_equal "$output" "[{\"thread\": \"XXX\",
\"timestamp\": 946728000,
+\"date_relative\": \"2000-01-01\",
\"matched\": 1,
\"total\": 1,
\"authors\": \"Notmuch Test Suite\",
@@ -41,6 +42,7 @@ add_message "[subject]=\"json-search-utf8-body-sübjéct\"" "[date]=\"Sat, 01 Ja
output=$(notmuch search --format=json "jsön-search-méssage" | notmuch_search_sanitize)
test_expect_equal "$output" "[{\"thread\": \"XXX\",
\"timestamp\": 946728000,
+\"date_relative\": \"2000-01-01\",
\"matched\": 1,
\"total\": 1,
\"authors\": \"Notmuch Test Suite\",