mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Fix the signals test
The test setup here is not really independent, so the addition of the custom-marshaller test was breaking some of the other tests. Fix things up.
This commit is contained in:
@@ -258,7 +258,7 @@ test_class_init (TestClass *klass)
|
|||||||
0);
|
0);
|
||||||
g_signal_set_va_marshaller (s, G_TYPE_FROM_CLASS (klass),
|
g_signal_set_va_marshaller (s, G_TYPE_FROM_CLASS (klass),
|
||||||
test_UINT__VOIDv);
|
test_UINT__VOIDv);
|
||||||
simple_id = g_signal_new ("custom-marshaller",
|
g_signal_new ("custom-marshaller",
|
||||||
G_TYPE_FROM_CLASS (klass),
|
G_TYPE_FROM_CLASS (klass),
|
||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
0,
|
0,
|
||||||
@@ -1080,6 +1080,7 @@ test_introspection (void)
|
|||||||
"all-types-generic",
|
"all-types-generic",
|
||||||
"all-types-null",
|
"all-types-null",
|
||||||
"all-types-empty",
|
"all-types-empty",
|
||||||
|
"custom-marshaller",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
GSignalQuery query;
|
GSignalQuery query;
|
||||||
|
Reference in New Issue
Block a user