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>
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();
}
/* 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();