summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-14 00:14:10 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-14 00:14:10 (GMT)
commit3905f8a0801b0160bae3f6947678c4156d96e5dc (patch)
tree52c84fe4eb1199d79d2d95c1b8859d2589c7ff04 /tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml
parented5cbe3cc5d57360c205d22deb8bb77063227b8f (diff)
downloadQt-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.1.qml')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml
index 03543a9..171e0b1 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml
@@ -8,6 +8,7 @@ QtObject {
Component.onCompleted: {
var x = new XMLHttpRequest;
x.open("POST", url);
+ x.setRequestHeader("Accept-Language","en-US");
// Test to the end
x.onreadystatechange = function() {