aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test1.c')
-rw-r--r--tests/test1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test1.c b/tests/test1.c
index 5caac29c74..048b36e1ec 100644
--- a/tests/test1.c
+++ b/tests/test1.c
@@ -62,9 +62,9 @@ main (int argc, char**argv)
camel_mime_message_add_recipient (message, CAMEL_RECIPIENT_TYPE_TO,
g_strdup ("mc@alseve.fr"));
camel_mime_message_add_recipient (message, CAMEL_RECIPIENT_TYPE_TO,
- g_strdup ("richard.lengagne@aful.org"));
+ g_strdup ("richard.lengagne@inria.fr"));
camel_mime_message_add_recipient (message, CAMEL_RECIPIENT_TYPE_CC,
- g_strdup ("Francois.fleuret@aful.org"));
+ g_strdup ("Francois.fleuret@inria.fr"));
camel_mime_message_add_recipient (message, CAMEL_RECIPIENT_TYPE_CC,
g_strdup ("maury@justmagic.com"));
camel_mime_message_add_recipient (message, CAMEL_RECIPIENT_TYPE_BCC,