[evolution-data-server/sqlite-refactor: 2/9] 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: 2/9] test-client-custom-summary.c: Report specific error from add_contacts()
- Date: Thu, 21 Nov 2013 16:35:44 +0000 (UTC)
commit 31232458bf0fd960d9293c6dd075aee1d2c66d8f
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]