aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-04-20 15:39:24 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-26 00:49:54 +0000
commit4c4a84bfb35e8c93867365d38e869dca93918e1b (patch)
tree6c4a9cd7ac6d6e349100da7d59352e2aa8fad0fa
parent8d08d0d4e9af8e0603050a68334276ac791f32b4 (diff)
XHR WebDAV test: don't expect more than Keep-Alive in Connection: header
Only one XHR test expects Keep-Alive, Upgrade, HTTP2-Settings as the Connection: header, which fails when I run it locally, and I can see no reason why that test [0] would expect it, where all the others just give "Keep-Alive{{Ignore}}" (or "close") in their .expect files, so do the same for [0] as well. [0] sendPropfind:Send PROPFIND "allprop" request for collection. Change-Id: I09cafcf282861b87693b5782f34e2fb84c888ff1 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 0ca564ed40e353a7b0851ccc7b81975b194f1cda) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect b/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect
index 6dba52d2de..ef0f605750 100644
--- a/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect
+++ b/tests/auto/qml/qqmlxmlhttprequest/data/WebDAV/propfind.collection.allprop.expect
@@ -1,7 +1,7 @@
PROPFIND /container/ HTTP/1.1
Depth: 1
Content-Length: 95
-Connection: Keep-Alive, Upgrade, HTTP2-Settings
+Connection: Keep-Alive{{Ignore}}
HTTP2-Settings: {{Ignore}}
Accept-Encoding: {{Ignore}}
Accept-Language: en-US,*