Re: [Spice-devel] [PATCH spice-gtk 3/5] test-session: Do not fail on g_warning

2016-05-31 Thread Victor Toso
Hi, On Fri, May 20, 2016 at 02:50:58PM +0200, Pavel Grunt wrote: > Following commit adds tests for password set in uri which will produce > a runtime warning. Reset fatal mask set by g_test_init() to avoid > failing. > --- > tests/session.c | 9 + > 1 file changed, 9 insertions(+) > > di

[Spice-devel] [PATCH spice-gtk 3/5] test-session: Do not fail on g_warning

2016-05-20 Thread Pavel Grunt
Following commit adds tests for password set in uri which will produce a runtime warning. Reset fatal mask set by g_test_init() to avoid failing. --- tests/session.c | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/session.c b/tests/session.c index a6276c2..549378b 100644 --- a/t