aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test11.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test11.c')
-rw-r--r--tests/test11.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test11.c b/tests/test11.c
index 3c5fdeb9f4..de605365a6 100644
--- a/tests/test11.c
+++ b/tests/test11.c
@@ -41,7 +41,12 @@ main (int argc, char**argv)
camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0");
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;
+ }
printf("get folder\n");
>2020-10-011-0/+1 * audio/rosegarden, update to latest upstream releaseAdriaan de Groot2020-06-072-4/+4 * audio/rosegarden: prepare for Qt5-5.15Tobias C. Berner2020-05-192-0/+20 * Update audio/rosegarden to latest upstream commitAdriaan de Groot2019-12-312-5/+4 * - Update WWWDmitry Marakasov2019-11-082-3/+1 * Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-051-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1 * Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1 * Update audio/rosegarden to 18.12 (latest release).Adriaan de Groot2018-12-303-28/+19 * Change cmake default behaviour to outsource.Tobias C. Berner2018-12-261-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1 * Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-2/+9 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-29