Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Revert "Disable two GDBus tests"
Browse files Browse the repository at this point in the history
This reverts commit 05ef173.

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>
  • Loading branch information
smcv committed Oct 19, 2011
1 parent 99f0eaa commit 6c33e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gio/tests/gdbus-exit-on-close.c
Expand Up @@ -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();
}
3 changes: 1 addition & 2 deletions gio/tests/gdbus-non-socket.c
Expand Up @@ -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();

Expand Down

0 comments on commit 6c33e1c

Please sign in to comment.