From ec7fd08ccfa878c35170bdab648bb7506da7df7d Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Fri, 18 May 2012 20:52:24 +0300 Subject: Fix the unittest breakage introduced by a8a862c. --- src/test/test_pt.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/test') diff --git a/src/test/test_pt.c b/src/test/test_pt.c index 201f78ea50..fde64ab28e 100644 --- a/src/test/test_pt.c +++ b/src/test/test_pt.c @@ -99,12 +99,6 @@ test_pt_protocol(void) /* various wrong protocol runs: */ - strcpy(line, "TEST TEST"); - handle_proxy_line(line, mp); - test_assert(mp->conf_state == PT_PROTO_BROKEN); - - reset_mp(mp); - strcpy(line,"VERSION 1"); handle_proxy_line(line, mp); test_assert(mp->conf_state == PT_PROTO_ACCEPTING_METHODS); -- cgit v1.2.3-54-g00ecf