[evolution-data-server/openismus-work] Fix test cases to always use the backported ETestDBus object
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work] Fix test cases to always use the backported ETestDBus object
- Date: Wed, 20 Feb 2013 11:28:17 +0000 (UTC)
commit 9a664fb39fef2ebb3d713946c258f2bb59fe1feb
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Wed Feb 20 20:27:49 2013 +0900
Fix test cases to always use the backported ETestDBus object
tests/test-server-utils/e-test-server-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-server-utils/e-test-server-utils.c b/tests/test-server-utils/e-test-server-utils.c
index ced66dc..156c69a 100644
--- a/tests/test-server-utils/e-test-server-utils.c
+++ b/tests/test-server-utils/e-test-server-utils.c
@@ -380,7 +380,7 @@ e_test_server_utils_run (void)
#if GLOBAL_DBUS_DAEMON
if (!test_installed_services ()) {
/* Create the global dbus-daemon for this test suite */
- global_test_dbus = g_test_dbus_new (G_TEST_DBUS_NONE);
+ global_test_dbus = e_test_dbus_new (E_TEST_DBUS_NONE);
/* Add the private directory with our in-tree service files */
e_test_dbus_add_service_dir (global_test_dbus, EDS_TEST_DBUS_SERVICE_DIR);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]