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/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-lib.sh') diff --git a/test/test-lib.sh b/test/test-lib.sh index 8edf256e..862095cc 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -323,7 +323,7 @@ generate_message () fi if [ -z "${template[date]}" ]; then - template[date]="Tue, 05 Jan 2001 15:43:57 -0000" + template[date]="Fri, 05 Jan 2001 15:43:57 +0000" fi additional_headers="" -- cgit v1.2.3