From 0c99dc7ad60843aa7719a9c75aa701e3c86720da Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 27 May 2015 23:42:27 +0100 Subject: [PATCH] Changed id in ping test --- stabbertests/test_connect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index 554cc511..6f145dd5 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -184,12 +184,12 @@ responds_to_ping(void **state) assert_true(prof_output("stabber@localhost logged in successfully")); stbbr_send( - "" + "" "" "" ); assert_true(stbbr_received( - "" + "" )); }