diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect b/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect new file mode 100644 index 0000000..f43e043 --- /dev/null +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect @@ -0,0 +1,10 @@ +PUT /testdocument.html HTTP/1.1 +Content-Type: text/plain;charset=UTF-8 +Content-Length: 9 +Connection: Keep-Alive +Accept-Encoding: gzip +Accept-Language: en-US,* +User-Agent: Mozilla/5.0 +Host: 127.0.0.1:14445 + +Test Data
\ No newline at end of file |