|
@@ -94,7 +94,8 @@ test_pt_parsing(void)
|
|
|
reset_mp(mp);
|
|
|
|
|
|
|
|
|
- strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 ARGS:counterweight=3,sling=snappy",
|
|
|
+ strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 "
|
|
|
+ "ARGS:counterweight=3,sling=snappy",
|
|
|
sizeof(line));
|
|
|
test_assert(parse_smethod_line(line, mp) == 0);
|
|
|
tt_int_op(1, ==, smartlist_len(mp->transports));
|