diff tests/test-http.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 e01bd7385f4f
children 9dc27a334fb1
line wrap: on
line diff
--- a/tests/test-http.t	Sat Apr 16 13:02:13 2016 -0700
+++ b/tests/test-http.t	Thu Apr 21 04:30:18 2016 +0000
@@ -284,7 +284,7 @@
   "GET /?cmd=branchmap HTTP/1.1" 200 -
   "GET /?cmd=branchmap HTTP/1.1" 200 -
   "GET /?cmd=listkeys HTTP/1.1" 200 - x-hgarg-1:namespace=bookmarks
-  "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=666f726365
+  "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=666f726365* (glob)
   "GET /?cmd=listkeys HTTP/1.1" 200 - x-hgarg-1:namespace=phases
 
   $ cd ..