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:
Matthias Clasen 2016-08-27 22:54:39 -04:00
parent 585e754a01
commit 53d5a9f6fb

View File

@ -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;