[evolution-data-server/openismus-work] Make test-client-custom-summary also use DRA mode



commit 3acb779ae787bb105ad3ab3e8bf34d5dd4b93e85
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Tue Nov 27 13:23:40 2012 +0900

    Make test-client-custom-summary also use DRA mode

 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 7e97d4d..1c942fd 100644
--- a/tests/libebook/client/test-client-custom-summary.c
+++ b/tests/libebook/client/test-client-custom-summary.c
@@ -40,7 +40,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]