summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.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/open_user.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/open_user.qml')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml
index 19e37fa..b07f8e7 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml
@@ -20,6 +20,7 @@ QtObject {
readyState = true;
x.open("GET", url, true, "username", "password");
+ x.setRequestHeader("Accept-Language","en-US");
if (x.readyState == XMLHttpRequest.OPENED)
openedState = true;