mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
Merge branch 'codegen-test-errors' into 'main'
tests: Assert there no errors first in gdbus-test-codegen See merge request GNOME/glib!3745
This commit is contained in:
commit
7032c3353e
@ -1395,8 +1395,8 @@ check_proxies_in_thread (gpointer user_data)
|
|||||||
"/bar",
|
"/bar",
|
||||||
NULL, /* GCancellable* */
|
NULL, /* GCancellable* */
|
||||||
&error);
|
&error);
|
||||||
check_bar_proxy (bar_proxy, thread_loop);
|
|
||||||
g_assert_no_error (error);
|
g_assert_no_error (error);
|
||||||
|
check_bar_proxy (bar_proxy, thread_loop);
|
||||||
g_object_unref (bar_proxy);
|
g_object_unref (bar_proxy);
|
||||||
|
|
||||||
error = NULL;
|
error = NULL;
|
||||||
@ -1406,8 +1406,8 @@ check_proxies_in_thread (gpointer user_data)
|
|||||||
"/bat",
|
"/bat",
|
||||||
NULL, /* GCancellable* */
|
NULL, /* GCancellable* */
|
||||||
&error);
|
&error);
|
||||||
check_bat_proxy (bat_proxy, thread_loop);
|
|
||||||
g_assert_no_error (error);
|
g_assert_no_error (error);
|
||||||
|
check_bat_proxy (bat_proxy, thread_loop);
|
||||||
g_object_unref (bat_proxy);
|
g_object_unref (bat_proxy);
|
||||||
|
|
||||||
error = NULL;
|
error = NULL;
|
||||||
@ -1417,8 +1417,8 @@ check_proxies_in_thread (gpointer user_data)
|
|||||||
"/authorize",
|
"/authorize",
|
||||||
NULL, /* GCancellable* */
|
NULL, /* GCancellable* */
|
||||||
&error);
|
&error);
|
||||||
check_authorize_proxy (authorize_proxy, thread_loop);
|
|
||||||
g_assert_no_error (error);
|
g_assert_no_error (error);
|
||||||
|
check_authorize_proxy (authorize_proxy, thread_loop);
|
||||||
g_object_unref (authorize_proxy);
|
g_object_unref (authorize_proxy);
|
||||||
|
|
||||||
error = NULL;
|
error = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user