diff options
Diffstat (limited to 'tests/test13.c')
-rw-r--r-- | tests/test13.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test13.c b/tests/test13.c index ab86ca4528..05277ae0ea 100644 --- a/tests/test13.c +++ b/tests/test13.c @@ -109,7 +109,7 @@ main (int argc, char**argv) printf("creating parser to create message\n"); parser = camel_mime_parser_new(); camel_mime_parser_init_with_stream(parser, input_stream); - camel_data_wrapper_construct_from_parser(message, parser); + camel_mime_part_construct_from_parser(message, parser); dump_message_content(message); |