summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 03:16:20 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 03:16:20 (GMT)
commit298335af52cd39ad6683198674e799799d5b6d6f (patch)
treede8193672012355249db7b18d5df83cad677d90e /tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml
parentec3bf02d03609e77cb329bfc585f07372de4dc45 (diff)
parentf19b9cbdf824b8943acc785c50d13fade415bd33 (diff)
downloadQt-298335af52cd39ad6683198674e799799d5b6d6f.zip
Qt-298335af52cd39ad6683198674e799799d5b6d6f.tar.gz
Qt-298335af52cd39ad6683198674e799799d5b6d6f.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml
index 4a09527..ba0db25 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml
@@ -9,6 +9,7 @@ QtObject {
var x = new XMLHttpRequest;
x.open("POST", url);
x.setRequestHeader("Content-Type", "text/plain");
+ x.setRequestHeader("Accept-Language","en-US");
// Test to the end
x.onreadystatechange = function() {