From 4f689d0fb8e33e91fec8b8e0471d48f1e6993622 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Mon, 21 Jun 1999 16:46:58 +0000 Subject: sync svn path=/trunk/; revision=983 --- tests/test2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test2.c b/tests/test2.c index 8d980868d5..6f4ef3fdc6 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -39,7 +39,7 @@ main (int argc, char**argv) message = camel_mime_message_new_with_session( (CamelSession *)NULL); - input_stream = camel_stream_fs_new_with_name (g_string_new ("mail1.test"), CAMEL_STREAM_FS_READ); + input_stream = camel_stream_fs_new_with_name (g_string_new ("mail.test"), CAMEL_STREAM_FS_READ); if (!input_stream) { perror("could not open input file"); exit(2); -- cgit v1.2.3