Hans Leidekker : winhttp/tests: Fix a test failure.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 25 15:22:02 CDT 2015


Module: wine
Branch: master
Commit: 42a8a3e74bd5c66c721e6236c2c3bf086858e58b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=42a8a3e74bd5c66c721e6236c2c3bf086858e58b

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Sep 22 15:58:09 2015 +0200

winhttp/tests: Fix a test failure.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>

---

 dlls/winhttp/tests/winhttp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c
index 15af208..369574a 100644
--- a/dlls/winhttp/tests/winhttp.c
+++ b/dlls/winhttp/tests/winhttp.c
@@ -486,7 +486,8 @@ static void test_WinHttpAddHeaders(void)
     static const WCHAR test_header_begin[] =
         {'P','O','S','T',' ','/','p','o','s','t','t','e','s','t','.','p','h','p',' ','H','T','T','P','/','1'};
     static const WCHAR full_path_test_header_begin[] =
-        {'P','O','S','T',' ','h','t','t','p',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g',':','8','0','/','p','o','s','t','.','p','h','p',' ','H','T','T','P','/','1'};
+        {'P','O','S','T',' ','h','t','t','p',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g',':','8','0',
+         '/','p','o','s','t','t','e','s','t','.','p','h','p',' ','H','T','T','P','/','1'};
     static const WCHAR test_header_end[] = {'\r','\n','\r','\n',0};
     static const WCHAR test_header_name[] = {'W','a','r','n','i','n','g',0};
     static const WCHAR test_header_name2[] = {'n','a','m','e',0};




More information about the wine-cvs mailing list