[evolution-data-server/sqlite-refactor: 1/14]	test-client-custom-summary.c:	Report specific error from add_contacts()
- From: Tristan Van Berkom <tvb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution-data-server/sqlite-refactor: 1/14]	test-client-custom-summary.c:	Report specific error from add_contacts()
 
- Date: Mon, 25 Nov 2013 14:51:22 +0000 (UTC)
 
commit 03025bcf54a11b2d82d0dcff68962fa3ae7e367f
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Tue Nov 19 12:41:04 2013 +0900
    test-client-custom-summary.c: Report specific error from add_contacts()
 tests/libebook/client/test-client-custom-summary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libebook/client/test-client-custom-summary.c 
b/tests/libebook/client/test-client-custom-summary.c
index b37d0ba..7f39e6d 100644
--- a/tests/libebook/client/test-client-custom-summary.c
+++ b/tests/libebook/client/test-client-custom-summary.c
@@ -191,7 +191,7 @@ setup_book (ClientTestFixture *fixture)
        }
 
        if (!e_book_client_add_contacts_sync (book_client, contacts, NULL, NULL, &error))
-               g_error ("Failed to add test contacts");
+               g_error ("Failed to add test contacts: %s", error->message);
 
        g_slist_free_full (contacts, (GDestroyNotify) g_object_unref);
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]