aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-07-27 09:57:37 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-28 07:12:34 +0200
commit14496b18a67982ee25ed43aed6b6bcd7d6fa23ee (patch)
treec52c7ab1639a691308da90e3e628d31e14559186 /tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
parent44e58a337a9c314d4542ee6f2acc571aba877ccb (diff)
Fix XmlHttpRequest setHeader bug
Setting XMLHttpRequest raw header makes header name uppercase, the name should be kept as it is. Task-number:QTBUG-20472 Change-Id: I8aa8988d6d18d71ee71a7d2f9c3246b20f006f3c Reviewed-on: http://codereview.qt.nokia.com/2225 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect b/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
index 3ed1f7f3b0..d6951a8255 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
@@ -1,5 +1,5 @@
PUT /testdocument.html HTTP/1.1
-ACCEPT-LANGUAGE: en-US
+Accept-Language: en-US
Content-Type: text/plain;charset=UTF-8
Content-Length: 9
Connection: Keep-Alive