diff options
author | NotZed <NotZed@HelixCode.com> | 2000-04-24 17:10:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-24 17:10:40 +0800 |
commit | 0c1a38160f5c97bfee3bad5d177ea3706069b993 (patch) | |
tree | c9bd702eb6eebf261751c96dff3beb857eeb850b /tests/test1.c | |
parent | 8c9b0cc3f0d9cf8ca0c7b416a08d742b2694af07 (diff) | |
download | gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar.gz gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar.bz2 gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar.lz gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar.xz gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.tar.zst gsoc2013-evolution-0c1a38160f5c97bfee3bad5d177ea3706069b993.zip |
Fixed for method movements.
2000-04-24 NotZed <NotZed@HelixCode.com>
* tests/test13.c (main): Fixed for method movements.
* tests/test3.c (main): Removed from build, data-wrapper-repository removed.
* tests/test2.c (main): Changed to use construct_from_stream.
* tests/test1.c (main): Chagned to use construct_from_stream.
svn path=/trunk/; revision=2578
Diffstat (limited to 'tests/test1.c')
-rw-r--r-- | tests/test1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test1.c b/tests/test1.c index 58f5bbef27..8e70dfc792 100644 --- a/tests/test1.c +++ b/tests/test1.c @@ -94,8 +94,8 @@ main (int argc, char**argv) gtk_object_unref (GTK_OBJECT (stream_wrapper));*/ attachment_wrapper = CAMEL_DATA_WRAPPER (camel_simple_data_wrapper_new ()); - camel_data_wrapper_set_input_stream (attachment_wrapper, - attachment_stream); + camel_data_wrapper_construct_from_stream (attachment_wrapper, + attachment_stream); attachment_part = camel_mime_body_part_new (); camel_mime_part_set_encoding (CAMEL_MIME_PART (attachment_part), |