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.5.qml | |
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.5.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml index 29bf2c2..08d999d 100644 --- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml @@ -9,6 +9,7 @@ QtObject { var x = new XMLHttpRequest; x.open("POST", url); x.setRequestHeader("Content-Type", "charset=latin1;text/plain"); + x.setRequestHeader("Accept-Language","en-US"); // Test to the end x.onreadystatechange = function() { |