aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-04-20 15:39:24 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-04-25 16:53:00 +0200
commit0ca564ed40e353a7b0851ccc7b81975b194f1cda (patch)
tree591c1eb1d71d3f4b8dbfced223720e7be6e970df /tests/auto/qml/qqmlxmlhttprequest
parent365b781599993aef933228599eaeb6eb909d9a93 (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. Pick-to: 6.5 Change-Id: I09cafcf282861b87693b5782f34e2fb84c888ff1 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest')
-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,*