aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test10.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test10.c')
-rw-r--r--tests/test10.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/test10.c b/tests/test10.c
index a8835861d6..d8a8090138 100644
--- a/tests/test10.c
+++ b/tests/test10.c
@@ -81,8 +81,12 @@ main (int argc, char**argv)
camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so");
session = camel_session_new ();
- store = camel_session_get_store (session, store_url);
-
+ store = camel_session_get_store (session, store_url, ex);
+ if (camel_exception_get_id (ex)) {
+ printf ("Exception caught in camel_session_get_store\n"
+ "Full description : %s\n", camel_exception_get_description (ex));
+ return -1;
+ }
folder = camel_store_get_folder (store, "Inbox", ex);
if (camel_exception_get_id (ex)) {
eft'>AgeFilesLines * Remove tests for FreeBSD 2.x versions. Modern versions of bsd.*.mk do notlinimon2006-06-231-5/+2 * Remove USE_REINPLACE from categories starting with Tedwin2006-05-131-1/+0 * Unbreak by changing missing mastersite to use $MASTER_SITE_LOCAL.kuriyama2006-02-201-1/+3 * SHA256ifyedwin2006-01-241-0/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1