mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
tests/dbus: Switch to g_test_init
gtk_test_init() runs gtk_init() which then breaks isolation.
This commit is contained in:
parent
e4bd4580e7
commit
4fb2115b9b
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ int
|
|||
main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
gtk_test_init (&argc, &argv, NULL);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add ("/Calls/DBus/no_calls", DBusTestFixture, NULL,
|
||||
fixture_setup, test_no_calls, fixture_teardown);
|
||||
|
|
Loading…
Reference in a new issue