summaryrefslogtreecommitdiff
path: root/tests/test-dribble.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-011-2/+0
| | | | | | | | 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
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-1/+0
| | | | | | | | We depend on GLib 2.36.0, which deprecated g_type_init() since GType initialisation is now done automatically. Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D296
* Protect test-dribble against read->connected->ready state changesYouness Alaoui2014-04-231-4/+14
|
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-311-2/+0
| | | | | | 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().
* Fix test-dribbleRohan Garg2012-05-011-1/+1
| | | | The ragent state can be either NICE_COMPONENT_CONNECTED or NICE_COMPONENT_READY
* Remove redundant code from testsRohan Garg2012-02-201-8/+0
|
* WSAStartup/WSACleanup added on WIN32 platformFilippo Della Betta2012-02-201-0/+9
|
* Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta2012-02-151-4/+4
|
* Fix builds for systems using glib 2.3.81 and aboveRohan Garg2012-01-161-0/+3
|
* return FALSE on g_error timers because new gcc refuses to compile without a ↵Youness Alaoui2010-02-161-0/+2
| | | | return value from these functions
* Forgot to add Makefile.am and adding unit test for dribble modeYouness Alaoui2009-01-181-0/+396