[glib] Revert "Disable two GDBus tests"
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Revert "Disable two GDBus tests"
- Date: Wed, 19 Oct 2011 10:00:03 +0000 (UTC)
commit 6c33e1cd9d9e247b8b2aa95e9617904a317b78c6
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Tue Oct 18 16:27:21 2011 +0100
Revert "Disable two GDBus tests"
This reverts commit 05ef173466e32d8b3d212803e4a72239913a362d.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662100
Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
Reviewed-by: David Zeuthen <davidz redhat com>
gio/tests/gdbus-exit-on-close.c | 3 +--
gio/tests/gdbus-non-socket.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gio/tests/gdbus-exit-on-close.c b/gio/tests/gdbus-exit-on-close.c
index 3db3dd2..df1bce8 100644
--- a/gio/tests/gdbus-exit-on-close.c
+++ b/gio/tests/gdbus-exit-on-close.c
@@ -77,7 +77,6 @@ main (int argc,
g_unsetenv ("DISPLAY");
g_setenv ("DBUS_SESSION_BUS_ADDRESS", session_bus_get_temporary_address (), TRUE);
- /* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999
- * g_test_add_func ("/gdbus/exit-on-close", test_exit_on_close); */
+ g_test_add_func ("/gdbus/exit-on-close", test_exit_on_close);
return g_test_run();
}
diff --git a/gio/tests/gdbus-non-socket.c b/gio/tests/gdbus-non-socket.c
index a45218d..b7417e1 100644
--- a/gio/tests/gdbus-non-socket.c
+++ b/gio/tests/gdbus-non-socket.c
@@ -346,8 +346,7 @@ main (int argc,
/* all the tests rely on a shared main loop */
loop = g_main_loop_new (NULL, FALSE);
- /* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999
- * g_test_add_func ("/gdbus/non-socket", test_non_socket); */
+ g_test_add_func ("/gdbus/non-socket", test_non_socket);
ret = g_test_run();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]