spice-gtk/tests
Ryan Lortie e189c97694 utils tests: fix sign comparison problem
This test compares a guint8 and a gchar with '==' which fails when comparing
240 to -16, even though these are the same byte value.  Add an explicit
'guchar' cast to correct the problem.

https://bugs.freedesktop.org/show_bug.cgi?id=74754
2014-02-10 14:38:57 +01:00
..
coroutine.c tests: add some coroutine tests 2013-11-20 16:32:07 +01:00
Makefile.am tests: add some coroutine tests 2013-11-20 16:32:07 +01:00
util.c utils tests: fix sign comparison problem 2014-02-10 14:38:57 +01:00