[tests] fix HttpHeader test
authorJonathan Marshall <jmarshall@xbmc.org>
Sun, 27 Apr 2014 03:27:59 +0000 (15:27 +1200)
committerJonathan Marshall <jmarshall@xbmc.org>
Sun, 27 Apr 2014 04:54:05 +0000 (16:54 +1200)
xbmc/utils/test/TestHttpHeader.cpp

index af95a4a..355dab3 100644 (file)
@@ -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);