From 66ecd9063f041329d50f6ca2f9260e3b724eb868 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Wed, 28 Dec 2011 21:34:43 -0500 Subject: test: Make generated message date a real date January 5, 2001 was a Tuesday, not a Friday. Jameson fixed this exact problem for the multipart test in ec2b0a98cc, but not for generate_message itself. As Jameson pointed out in ec2b0a98cc, if we want to test date parsing, we should do it separately. --- test/maildir-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/maildir-sync') diff --git a/test/maildir-sync b/test/maildir-sync index a60854f8..d5872a53 100755 --- a/test/maildir-sync +++ b/test/maildir-sync @@ -55,8 +55,8 @@ test_expect_equal "$output" '[[[{"id": "adding-replied-tag@notmuch-test-suite", "To": "Notmuch Test Suite ", "Cc": "", "Bcc": "", -"Date": "Tue, -05 Jan 2001 15:43:57 -0000"}, +"Date": "Fri, +05 Jan 2001 15:43:57 +0000"}, "body": [{"id": 1, "content-type": "text/plain", "content": "This is just a test message (#3)\n"}]}, -- cgit v1.2.3