diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-14 04:09:52 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-14 04:09:52 (GMT) |
commit | fad51dfe05476ee1b7b800181dd544ac004de145 (patch) | |
tree | a6741b611d7737c4c31378f3f5eb0c3852f4b8bc /tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml | |
parent | 6fb6bbadfc9cffee3f7e51d4ec7ab2718f26d00d (diff) | |
parent | c6ce84640b7bebab4d6dc571ab549a085703ed16 (diff) | |
download | Qt-fad51dfe05476ee1b7b800181dd544ac004de145.zip Qt-fad51dfe05476ee1b7b800181dd544ac004de145.tar.gz Qt-fad51dfe05476ee1b7b800181dd544ac004de145.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.2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml index 79a27b6..09b742b 100644 --- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml @@ -9,6 +9,7 @@ QtObject { var x = new XMLHttpRequest; x.open("POST", url); x.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"); + x.setRequestHeader("Accept-Language","en-US"); // Test to the end x.onreadystatechange = function() { |