tests: Remove redundant GLIB_CHECK_VERSION checks
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 20 Jan 2014 12:07:18 +0000 (12:07 +0000)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Fri, 31 Jan 2014 06:49:00 +0000 (01:49 -0500)
commitb222b1bff3950e162a621e199c6897206fa45a4e
tree6f020b5eb5fdcbbf5c8c095cfae5b272202af277
parent7a05b330cdb1fff6cd082b473ae8f2f10c2cdd2b
tests: Remove redundant GLIB_CHECK_VERSION checks

Since we define GLIB_VERSION_MIN_REQUIRED, GLib will not emit deprecated
function call warnings for functions like g_type_init() or
g_thread_init().
14 files changed:
tests/test-add-remove-stream.c
tests/test-build-io-stream.c
tests/test-dribble.c
tests/test-fallback.c
tests/test-fullmode.c
tests/test-io-stream-cancelling.c
tests/test-io-stream-closing.c
tests/test-io-stream-pollable.c
tests/test-io-stream-thread.c
tests/test-mainloop.c
tests/test-restart.c
tests/test-send-recv.c
tests/test-thread.c
tests/test.c