Revert "Disable two GDBus tests"
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 18 Oct 2011 15:27:21 +0000 (16:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 19 Oct 2011 09:37:27 +0000 (10:37 +0100)
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
gio/tests/gdbus-non-socket.c

index 3db3dd23dba2b6939730d452bf11f43ba55ab61a..df1bce8de9776644764b20021a9d2546882f1881 100644 (file)
@@ -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();
 }
index a45218db2b4e8b58443ead0a183fb76d5f849149..b7417e1467b2f9ddc91c2d2b6df27bcfdbdbbac9 100644 (file)
@@ -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();