[evolution-data-server/account-mgmt: 33/33] libedataserverui tests fixup



commit 0bb07cff14cda59ad0c7cf76f83cb476e6dc115f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 17 14:51:38 2011 -0400

    libedataserverui tests fixup

 tests/libedataserverui/test-contact-store.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/libedataserverui/test-contact-store.c b/tests/libedataserverui/test-contact-store.c
index 7ac189d..fa5241a 100644
--- a/tests/libedataserverui/test-contact-store.c
+++ b/tests/libedataserverui/test-contact-store.c
@@ -95,10 +95,12 @@ start_test (const gchar *gconf_path)
 
 	gtk_container_add (GTK_CONTAINER (scrolled_window), tree_view);
 
+#if 0  /* ACCOUNT_MGMT */
 	book_client = e_book_client_new_default (NULL);
 	e_client_open_sync (E_CLIENT (book_client), TRUE, NULL, NULL);
 	e_contact_store_add_client (contact_store, book_client);
 	g_object_unref (book_client);
+#endif /* ACCOUNT_MGMT */
 
 	book_query = e_book_query_any_field_contains ("");
 	e_contact_store_set_query (contact_store, book_query);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]