Browse Source

Fix the unittest breakage introduced by a8a862c.

George Kadianakis 12 years ago
parent
commit
ec7fd08ccf
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/test/test_pt.c

+ 0 - 6
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);