[evolution-data-server/openismus-work: 34/122] 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/122] Currently make the tests use direct read access by default
- Date: Mon, 17 Dec 2012 09:06:10 +0000 (UTC)
commit 92793df71efa6b4915f60a0910ad3cb1ca7b6f37
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]