mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01: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:
parent
585e754a01
commit
53d5a9f6fb
@ -258,7 +258,7 @@ test_class_init (TestClass *klass)
|
||||
0);
|
||||
g_signal_set_va_marshaller (s, G_TYPE_FROM_CLASS (klass),
|
||||
test_UINT__VOIDv);
|
||||
simple_id = g_signal_new ("custom-marshaller",
|
||||
g_signal_new ("custom-marshaller",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
0,
|
||||
@ -1080,6 +1080,7 @@ test_introspection (void)
|
||||
"all-types-generic",
|
||||
"all-types-null",
|
||||
"all-types-empty",
|
||||
"custom-marshaller",
|
||||
NULL
|
||||
};
|
||||
GSignalQuery query;
|
||||
|
Loading…
Reference in New Issue
Block a user