pidgin/pidgin

Use non-fatal asserts in jabber util tests.

2019-11-10, Elliott Sales de Andrade
91e9ec0e535e
Parents 83abc6732fb5
Children 8fe562cc7163
Use non-fatal asserts in jabber util tests.
--- a/libpurple/protocols/jabber/tests/test_jabber_jutil.c Sun Nov 10 22:22:21 2019 -0500
+++ b/libpurple/protocols/jabber/tests/test_jabber_jutil.c Sun Nov 10 22:30:57 2019 -0500
@@ -219,6 +219,7 @@
gchar *test_name;
gint i;
g_test_init(&argc, &argv, NULL);
+ g_test_set_nonfatal_assertions();
for (i = 0; test_jabber_util_get_resource_exists_data[i].input; i++) {
test_name = g_strdup_printf("/jabber/util/get_resource/exists/%d", i);