diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-10 03:35:32 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-10 03:35:32 (GMT) |
commit | 52e67db5ea3f5bddb3e396ab1afe5cbca3753727 (patch) | |
tree | 075df41b607ac0b7171e08aa0f448c7ac223e217 /tests/auto/declarative/xmlhttprequest/data/send_data.6.expect | |
parent | ca30cacd614b7de8a855a3b4a1dc254c5f9289c9 (diff) | |
parent | 4983b04da9f3258519e4b15f8e593bf2a11f3556 (diff) | |
download | Qt-52e67db5ea3f5bddb3e396ab1afe5cbca3753727.zip Qt-52e67db5ea3f5bddb3e396ab1afe5cbca3753727.tar.gz Qt-52e67db5ea3f5bddb3e396ab1afe5cbca3753727.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/xmlhttprequest/data/send_data.6.expect')
-rw-r--r-- | tests/auto/declarative/xmlhttprequest/data/send_data.6.expect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/declarative/xmlhttprequest/data/send_data.6.expect b/tests/auto/declarative/xmlhttprequest/data/send_data.6.expect new file mode 100644 index 0000000..dc0d6c2 --- /dev/null +++ b/tests/auto/declarative/xmlhttprequest/data/send_data.6.expect @@ -0,0 +1,10 @@ +PUT /testdocument.html HTTP/1.1 +Content-Type: text/plain;charset=UTF-8 +Content-Length: 12 +Connection: Keep-Alive +Accept-Encoding: gzip +accept-language: en,* +User-Agent: Mozilla/5.0 +Host: localhost:14445 + +My Sent Data
\ No newline at end of file |