aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test2.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-09 06:33:39 +0800
committerDan Winship <danw@src.gnome.org>2000-05-09 06:33:39 +0800
commit3ab48c957cdade2b751d98fda4c37ae2c0d71aee (patch)
tree09ce1562b087ab1acd6f4c4765acb2f2b8e6ad61 /tests/test2.c
parent38165888d297d91e1bdf5f1ac6027b900b23b740 (diff)
downloadgsoc2013-evolution-3ab48c957cdade2b751d98fda4c37ae2c0d71aee.tar.gz
gsoc2013-evolution-3ab48c957cdade2b751d98fda4c37ae2c0d71aee.tar.zst
gsoc2013-evolution-3ab48c957cdade2b751d98fda4c37ae2c0d71aee.zip
update for camelstream changes
svn path=/trunk/; revision=2926
Diffstat (limited to 'tests/test2.c')
-rw-r--r--tests/test2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c
index 2aa0ae93de..a6299357cb 100644
--- a/tests/test2.c
+++ b/tests/test2.c
@@ -12,6 +12,7 @@ main (int argc, char**argv)
{
CamelMimeMessage *message;
CamelStream *input_stream;
+ CamelException *ex = camel_exception_new ();
gtk_init (&argc, &argv);
camel_init ();
@@ -19,7 +20,7 @@ main (int argc, char**argv)
message = camel_mime_message_new ();
- input_stream = camel_stream_fs_new_with_name ("mail.test", O_RDONLY, 0);
+ input_stream = camel_stream_fs_new_with_name ("mail.test", O_RDONLY, 0, ex);
if (!input_stream) {
perror ("could not open input file\n");
printf ("You must create the file mail.test before running this test\n");
pdate to 1.18.0bapt2015-12-282-3/+3 * Update to 1.18.0bapt2015-12-282-3/+3 * Update xorg-server to 1.17.4.kwm2015-10-302-3/+3 * Unbreak the build of xorg-server 1.17.2 on arm. Apparently the 1.17 updatekwm2015-10-221-3/+15 * Fix build on 9.mat2015-10-161-0/+10 * Add missing dependancies so xephyr can be build again. [1]kwm2015-10-132-2/+7 * unbreak index.kwm2015-10-131-1/+1 * Unbreak INDEXantoine2015-10-131-5/+5 * Xorg-server update to 1.17.2 with related driver updates and bumps.kwm2015-10-1352-4419/+150 * x11-servers/Xfstt: update to 1.9.2rm2015-09-298-23/+29 * Disable use of SSE instructions in Xorg's xf86SlowBcopy() function.dim2015-09-052-1/+13 * Automatically load mouse integration support for VirtualBox guest.jkim2015-05-202-3/+4 * MASTER_SITES cleanup.mat2015-05-143-6/+3 * Do not include bsd.port.pre.mk twiceantoine2015-05-071-1/+1 * Duplicate svn revision 368293 and fix compilation on armv6.sbruno2015-05-071-0/+7 * Disable fontpath.d support as it overwrites the default fontrootdir making nonbapt2015-03-233-6/+4 * Make fonts repecting XDGbapt2015-03-228-10/+15 * - Remove useless MASTER_SITE_SUBDIRamdmi32015-03-032-2/+1 * Fix CVE-2015-0255.kwm2015-02-132-1/+176 * Cleanup plistbapt2015-02-062-4/+0 * - Fix AutoAddDevices option when config/devd backend is usedak2014-12-242-2/+11 * Final removal of WITH_NEW_XORGdumbbell2014-12-231-5/+1 * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-2036-1353/+709 * Fix multiple xserver security advisories in the 1.12.4 xserver.kwm2014-12-1130-1/+4002 * x11-servers/Xfstt: 1.6 -> 1.9.1pi2014-11-259-57/+37 * - Fix various distinfo errorsak2014-10-161-1/+0 * Add some bits to the armv6 build to get a successful build/run on the RPi.sbruno2014-09-163-0/+55 * Fix the PORTREVISION bump for the lang/gcc update that went badly forgerald2014-09-121-3/+3 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * Update to 1.14.7bapt2014-09-092-18/+42 * Readd PORTEPOCH removed by accidentbapt2014-09-091-0/+1 * Prefer explicit activation of xvfbbapt2014-09-081-1/+2 * Update to 1.14.7bapt2014-09-082-18/+44 * Cleanup plistbapt2014-09-031-3/+2 * Properly reset ownershipbapt2014-09-031-3/+2 * Because this is a slave port, it cannot load bsd.port.pre.mk before definingadamw2014-08-171-5/+5 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-081-1/+1 * Bump XORG_REVISION to reflect changed behavior on PowerPC.nwhitehorn2014-07-301-1/+1 * mmap() /dev/mem instead of /dev/console on PowerPC. Mostly this was alreadynwhitehorn2014-07-301-17/+52 * Rename all patches that contain '::' as a path separator, and useadamw2014-07-304-0/+0 * Remove NOPORTDOCS.adamw2014-07-051-2/+2 * Use MAKE_CMDbapt2014-06-251-94/+94 * Convert GMAKE to MAKE_CMDbapt2014-06-251-2/+2 * x11-drivers/xf86-video-ati:kwm2014-05-302-6/+27 * Revert accident commit in -r351411. This should stop the option dialogkwm2014-05-161-2/+0 * Restore PORTREVISION mistakenly removed in last commitpawel2014-05-011-0/+1 * Fix BadImplemented errors that happen with gdk 3.12.x and GNOME 3. [1]kwm2014-04-242-8/+43 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-4/+3 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-174-11/+10 * Support stagebapt2014-03-022-11/+8 * X11rdp is an X server for xrdp.swills2014-02-128-0/+720 * - Stage supportmiwi2014-02-031-3/+3 * Fix packaging on FreeBSD 11 when WITH_NEW_XORG is defined by bsd.port.mkbapt2014-01-261-5/+5 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Remove extra bsd.port.options.mk, it already defined in the master port.kwm2013-12-311-2/+0 * Remove extra bsd.port.options.mk, it already defined in the master port.kwm2013-12-312-5/+1 * Fix PLIST_SUB (add a space after @comment) for non-default option.bsam2013-12-301-1/+1 * - Support CC/CFLAGS properlypawel2013-12-212-15/+18 * Fix whitespace, no functional changes.zeising2013-12-161-1/+0 * Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-168-47/+64 * Fix typo.kwm2013-10-251-1/+1 * Document xorg-server use after free CVE.kwm2013-10-243-4/+89 * Fix patches. Remove two unneeded ones, and add new patches to fix sparc64.zeising2013-09-304-15/+19 * Fix perl dependency.zeising2013-09-301-2/+2 * The FreeBSD graphics/x11 team proudly presentszeising2013-09-306-16/+528 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-219-10/+11 * Plug two more use before initialized with the new x server.zeising2013-08-141-0/+23 * - Convert to new perl frameworkaz2013-08-041-1/+2 * Convert to USES=imakebapt2013-06-291-9/+3 * Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG)zeising2013-06-282-2/+3 * Readd the dix_events.c patch that was removed with the xorg update.zeising2013-06-272-2/+92 * Add a patch to fix upstream bug 18451 for 1.7.7.jkim2013-06-182-3/+233 * Don't install the README.compiled file, it got installed in a directorykwm2013-06-171-0/+11 * Fix patching on powerpc with new xorg.zeising2013-06-143-1/+19 * The FreeBSD x11 team proudly presentszeising2013-05-2519-271/+100 * Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-1/+2 * 2013-02-27 www/igal: No more upstream, no more public distfiles, consider usi...bapt2013-03-04