diff tests/test-unbundlehash.t @ 28996:b74ca9ace65e stable

tests: tolerate http2 You can run tests like this: run-tests.py -l --extra-config-opt ui.usehttp2=true And ideally, no tests should fail...
author timeless <timeless@mozdev.org>
date Thu, 21 Apr 2016 04:30:18 +0000
parents 8c14f87bd0ae
children 6e375ba01b04
line wrap: on
line diff
--- a/tests/test-unbundlehash.t	Sat Apr 16 13:02:13 2016 -0700
+++ b/tests/test-unbundlehash.t	Thu Apr 21 04:30:18 2016 +0000
@@ -37,7 +37,7 @@
 The hash here is always the same since the remote repository only has the null head.
 
   $ cat access.log | grep unbundle
-  * - - [*] "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=686173686564+6768033e216468247bd031a0a2d9876d79818f8f (glob)
+  * - - [*] "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=686173686564+6768033e216468247bd031a0a2d9876d79818f8f* (glob)
 
 Explicitly kill daemons to let the test exit on Windows