diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 00:14:10 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-14 00:14:10 (GMT) |
commit | 3905f8a0801b0160bae3f6947678c4156d96e5dc (patch) | |
tree | 52c84fe4eb1199d79d2d95c1b8859d2589c7ff04 /tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect | |
parent | ed5cbe3cc5d57360c205d22deb8bb77063227b8f (diff) | |
download | Qt-3905f8a0801b0160bae3f6947678c4156d96e5dc.zip Qt-3905f8a0801b0160bae3f6947678c4156d96e5dc.tar.gz Qt-3905f8a0801b0160bae3f6947678c4156d96e5dc.tar.bz2 |
Pass even if $LANG is not set to en_US.*
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect index 8fcf3ac..8336860 100644 --- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect @@ -1,9 +1,9 @@ POST /testdocument.html HTTP/1.1 +ACCEPT-LANGUAGE: en-US Content-Type: charset=UTF-8;text/plain Content-Length: 12 Connection: Keep-Alive Accept-Encoding: gzip -Accept-Language: en-US,* User-Agent: Mozilla/5.0 Host: 127.0.0.1:14445 |