From af73cb82e6552314e41b01043e086f9d55b1d8d4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 May 2015 21:50:05 +0100 Subject: [PATCH] Include resource in ping test --- stabbertests/test_connect.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index 87079b0b..1c833c82 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -178,13 +178,14 @@ responds_to_ping(void **state) prof_process_xmpp(20); stbbr_send( - "" + "" "" - ""); + "" + ); prof_process_xmpp(20); assert_true(stbbr_verify( - "" + "" )); }