summaryrefslogtreecommitdiffstats
path: root/unit/test-caif.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-28 22:06:39 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-01-28 22:06:39 +0100
commit7188be28f088693a70e7ecbb880669cf56ea098e (patch)
tree0966f76064e562712612612c306f6c81807843ec /unit/test-caif.c
parentc9a37e4a9a3c798582755757af429fe998746112 (diff)
downloadofono-7188be28f088693a70e7ecbb880669cf56ea098e.tar.bz2
Use blocking GAtChat operation for CAIF unit test
Diffstat (limited to 'unit/test-caif.c')
-rw-r--r--unit/test-caif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-caif.c b/unit/test-caif.c
index 5bc3bf79..51e29bc6 100644
--- a/unit/test-caif.c
+++ b/unit/test-caif.c
@@ -119,7 +119,7 @@ static void test_connect(gboolean use_socket)
g_io_channel_set_close_on_unref(io, TRUE);
syntax = g_at_syntax_new_gsm_permissive();
- chat = g_at_chat_new(io, syntax);
+ chat = g_at_chat_new_blocking(io, syntax);
g_at_syntax_unref(syntax);
g_io_channel_unref(io);