=== modified file 'src/tests/testHttpReply.cc' --- src/tests/testHttpReply.cc 2012-10-26 19:42:31 +0000 +++ src/tests/testHttpReply.cc 2012-12-19 21:28:05 +0000 @@ -82,7 +82,7 @@ #endif // valid ICY protocol status line - input.append("ICY 200 Okay\n\n", 18); + input.append("ICY 200 Okay\n\n", 15); hdr_len = headersEnd(input.content(),input.contentSize()); CPPUNIT_ASSERT( engine.sanityCheckStartLine(&input, hdr_len, &error) ); CPPUNIT_ASSERT_EQUAL(error, HTTP_STATUS_NONE);