diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-04-23 18:09:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-23 18:09:07 +0800 |
commit | f229f08168b0666469e0fc35d065860f2da58303 (patch) | |
tree | aaa276cb7824e32163ae4b29c9ea8192f3f53d52 /tests/test1.c | |
parent | 76160580a6429905edbbfbbd9902bd4fab3474b6 (diff) | |
download | gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar.gz gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar.bz2 gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar.lz gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar.xz gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.tar.zst gsoc2013-evolution-f229f08168b0666469e0fc35d065860f2da58303.zip |
New tests/fixed tests.
svn path=/trunk/; revision=2559
Diffstat (limited to 'tests/test1.c')
-rw-r--r-- | tests/test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test1.c b/tests/test1.c index b9caf20475..58f5bbef27 100644 --- a/tests/test1.c +++ b/tests/test1.c @@ -51,7 +51,7 @@ main (int argc, char**argv) camel_medium_add_header (CAMEL_MEDIUM (message), "X-test2", "the value of another test"); /*camel_mime_part_add_content_language (CAMEL_MIME_PART (message), g_string_new ("es-ca"));*/ - camel_mime_message_set_received_date (message, g_strdup ("Thu, 20 May 1999, 10:39:14 +0200")); + camel_mime_message_set_date (message, CAMEL_MESSAGE_DATE_CURRENT, 0); camel_mime_message_set_subject (message, g_strdup ("A test message")); camel_mime_message_set_reply_to (message, g_strdup ("toto@toto.com")); camel_mime_message_set_from (message, g_strdup ("Bertrand.Guiheneuf@aful.org")); |