From 7f98e013e1ba103f3c9b4606be369f49673a2711 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 30 Dec 2015 00:12:24 +0000 Subject: Use single quotes in functional test stanzas --- tests/functionaltests/test_message.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/functionaltests/test_message.c') diff --git a/tests/functionaltests/test_message.c b/tests/functionaltests/test_message.c index e7c56fbc..e622d7ff 100644 --- a/tests/functionaltests/test_message.c +++ b/tests/functionaltests/test_message.c @@ -19,7 +19,7 @@ message_send(void **state) prof_input("/msg somejid@someserver.com Hi there"); assert_true(stbbr_received( - "" + "" "Hi there" "" )); @@ -33,7 +33,7 @@ message_receive_console(void **state) prof_connect(); stbbr_send( - "" + "" "How are you?" "" ); @@ -47,10 +47,10 @@ message_receive_chatwin(void **state) prof_connect(); prof_input("/msg someuser@chatserv.org"); - prof_output_exact("someuser@chatserv.org"); + assert_true(prof_output_exact("someuser@chatserv.org")); stbbr_send( - "" + "" "How are you?" "" ); -- cgit 1.4.1-2-gfad0