Fix the unittest breakage introduced by a8a862c.

This commit is contained in:
George Kadianakis
2012-05-18 20:52:24 +03:00
parent 466276faa5
commit ec7fd08ccf
-6
View File
@@ -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);