]> git.notmuchmail.org Git - notmuch/commit
test: sanitize Date and timestamp fields in json
authorDavid Bremner <david@tethera.net>
Sun, 8 Dec 2013 08:41:34 +0000 (16:41 +0800)
committerDavid Bremner <david@tethera.net>
Mon, 9 Dec 2013 13:20:27 +0000 (21:20 +0800)
commit18921be2e9c0b15c7a4c053718470f667fd35b35
tree1d4679e705cc26194a829b20190d28898fee899d
parent20f78709faae8fb36c6ebbf81ecfc856a5dcd3c7
test: sanitize Date and timestamp fields in json

Eventually we want test messages to have distinct dates to avoid
reproducability problems. This sanitization will prevent some test
failures when that change is made.

Replace the use of a local function in maildir-sync with
notmuch_json_show_sanitize
test/maildir-sync
test/test-lib.sh