aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-01-25 06:29:49 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-01-25 06:29:49 +0800
commit7dded29a632d26b8ed2c279004dd5fe39014de27 (patch)
tree62205f85ea95f2d06543341c4c66765e89f9bf40 /tests
parent98e15c6b5c3757241e3a4017df85ee0e42a5f947 (diff)
downloadgsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.gz
gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.zst
gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.zip
converted all gint64 variables into guint32.
2000-01-24 bertrand <bertrand@helixcode.com> * camel/camel-stream-fs.[ch]: converted all gint64 variables into guint32. * camel/camel-stream-fs.c (_read): fix stupid bug. (_write): ditto. * camel/camel-exception.c (camel_exception_new): don't forget to clean the exception when creating it. svn path=/trunk/; revision=1621
Diffstat (limited to 'tests')
-rw-r--r--tests/test10.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test10.c b/tests/test10.c
index fc8cc326cf..a8835861d6 100644
--- a/tests/test10.c
+++ b/tests/test10.c
@@ -86,14 +86,14 @@ main (int argc, char**argv)
folder = camel_store_get_folder (store, "Inbox", ex);
if (camel_exception_get_id (ex)) {
- printf ("Exception caught in camel_store_get_folder"
+ printf ("Exception caught in camel_store_get_folder\n"
"Full description : %s\n", camel_exception_get_description (ex));
return -1;
}
camel_folder_open (folder, FOLDER_OPEN_RW, ex);
if (camel_exception_get_id (ex)) {
- printf ("Exception caught when trying to open the folder"
+ printf ("Exception caught when trying to open the folder\n"
"Full description : %s\n", camel_exception_get_description (ex));
return -1;
}
@@ -101,7 +101,7 @@ main (int argc, char**argv)
message = create_sample_mime_message ();
camel_folder_append_message (folder, message, ex);
if (camel_exception_get_id (ex)) {
- printf ("Exception caught when trying to append a message to the folder"
+ printf ("Exception caught when trying to append a message to the folder\n"
"Full description : %s\n", camel_exception_get_description (ex));
return -1;
}
cgi/freebsd-ports-gnome/commit/security/cvm?id=7aafea7e71f21361bf026d36d10e0c17ddce93e6'>Stage security/cvm and assign maintainership to submitterJohn Marino2014-08-214-32/+37 * Modernize LIB_DEPENDSBaptiste Daroussin2014-07-151-1/+1 * Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Convert to OptionsNGMartin Wilke2013-03-061-10/+7 * - Respect STRIP/LDFLAGSMartin Wilke2012-04-111-2/+1 * The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0 * Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-0/+1 * - Update to 0.96Martin Wilke2011-01-292-5/+3 * Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-03