[evolution-data-server/openismus-work: 34/52] Currently make the tests use direct read access by default
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work: 34/52] Currently make the tests use direct read access by default
- Date: Thu, 22 Nov 2012 04:05:40 +0000 (UTC)
commit 2637f6b9faf19e9ddbb39a81b057e00c4a49e512
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Nov 16 18:40:15 2012 +0900
Currently make the tests use direct read access by default
tests/libebook/client/client-test-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libebook/client/client-test-utils.c b/tests/libebook/client/client-test-utils.c
index 30553ef..0f81738 100644
--- a/tests/libebook/client/client-test-utils.c
+++ b/tests/libebook/client/client-test-utils.c
@@ -321,7 +321,7 @@ create_book_idle (CreateBookData *data)
if (!data->source)
g_error ("Unable to fetch newly created source uid '%s' from the registry", data->uid);
- data->book = e_book_client_new (data->source, &error);
+ data->book = e_book_client_new_direct (data->registry, data->source, &error);
if (!data->book)
g_error ("Unable to create the book: %s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]