tests: Remove g_thread_init() calls
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 30 Sep 2015 16:44:44 +0000 (17:44 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 1 Oct 2015 08:21:00 +0000 (09:21 +0100)
commit9f10231fc787e4683e896bf35f086906a5b16c03
treec09dc39aa5f7e4b4a5ffa3ebef95ea1f5b98e9d7
parentdac3e280d6f3fd792f1d79313debd03c0df282c4
tests: Remove g_thread_init() calls

We depend on GLib 2.36.0; g_thread_init() has been deprecated since
2.32.0, when thread initialisation was changed to happen automatically.

Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com>
Differential Revision: https://phabricator.freedesktop.org/D297
18 files changed:
tests/test-add-remove-stream.c
tests/test-build-io-stream.c
tests/test-credentials.c
tests/test-dribble.c
tests/test-fallback.c
tests/test-fullmode.c
tests/test-icetcp.c
tests/test-io-stream-cancelling.c
tests/test-io-stream-closing-read.c
tests/test-io-stream-closing-write.c
tests/test-io-stream-pollable.c
tests/test-io-stream-thread.c
tests/test-mainloop.c
tests/test-new-dribble.c
tests/test-restart.c
tests/test-send-recv.c
tests/test-thread.c
tests/test.c