From 5feed53a8f97a437e314b7a468318738d740cedd Mon Sep 17 00:00:00 2001 From: Jonathan Marshall Date: Sun, 27 Apr 2014 15:27:59 +1200 Subject: [PATCH] [tests] fix HttpHeader test --- xbmc/utils/test/TestHttpHeader.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xbmc/utils/test/TestHttpHeader.cpp b/xbmc/utils/test/TestHttpHeader.cpp index af95a4a..355dab3 100644 --- a/xbmc/utils/test/TestHttpHeader.cpp +++ b/xbmc/utils/test/TestHttpHeader.cpp @@ -31,7 +31,8 @@ TEST(TestHttpHeader, General) "Content-Type: text/html; charset=ISO-8859-4\r\n" "User-Agent: XBMC/snapshot (compatible; MSIE 5.5; Windows NT" " 4.0)\r\n" - "Connection: Keep-Alive\r\n"; + "Connection: Keep-Alive\r\n" + "\r\n"; std::string refstr, varstr; a.Parse(str); -- 2.7.4