aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-08-12 09:40:00 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-08-12 12:42:01 +0200
commitab7e52377e0470b369f0456b15ae926bd7862ea6 (patch)
tree386b54711db04d0fbc5434b8dd84bcb5c202fc1f /tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect
parent0d70ea37f83cb5a8caf63cbcebb30ddc48803190 (diff)
tst_qqmlxmlhttprequest: Ignore HTTP encoding headers
Apparently QtNetwork changed the default order of encodings. We don't really care about this anyway, though. Change-Id: I72e5f0783e5e88ddb9fe031f72ff5f6c760256fa Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect')
-rw-r--r--tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect b/tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect
index 144f0f6e98..786c73d32e 100644
--- a/tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect
+++ b/tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect
@@ -3,7 +3,7 @@ Accept-Language: en-US
Content-Type: text/plain;charset=UTF-8
Content-Length: 12
Connection: Keep-Alive
-Accept-Encoding: gzip, deflate
+Accept-Encoding: {{Ignore}}
User-Agent: Mozilla/5.0
Host: {{ServerHostUrl}}