Fix qdeclarativexmlhttprequest autotest.
authorMichael Brasser <michael.brasser@nokia.com>
Tue, 19 Jul 2011 07:24:56 +0000 (17:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 19 Jul 2011 23:15:18 +0000 (01:15 +0200)
Updated test to expect deflate support after
2b5dcfcee118265ef7930cc7c5c16bff22d580fd in qtbase.

Change-Id: Ia2c98aecf7de6f1e12396b6e9adb27a322b0b283
Reviewed-on: http://codereview.qt.nokia.com/1815
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/open_network.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.6.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_DELETE.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_GET.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_HEAD.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader.expect
tests/auto/declarative/qdeclarativexmlhttprequest/data/status.expect

index 4d21122..3ed1f7f 100644 (file)
@@ -3,7 +3,7 @@ ACCEPT-LANGUAGE: en-US
 Content-Type: text/plain;charset=UTF-8
 Content-Length: 9
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index c6cad70..4d940c2 100644 (file)
@@ -1,7 +1,7 @@
 GET /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index c6cad70..4d940c2 100644 (file)
@@ -1,7 +1,7 @@
 GET /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index 2effbdc..98dbbdc 100644 (file)
@@ -3,7 +3,7 @@ ACCEPT-LANGUAGE: en-US
 Content-Type: text/plain;charset=UTF-8
 Content-Length: 12
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index 8336860..5f71adf 100644 (file)
@@ -3,7 +3,7 @@ ACCEPT-LANGUAGE: en-US
 Content-Type: charset=UTF-8;text/plain
 Content-Length: 12
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index 4f10bbc..144283a 100644 (file)
@@ -3,7 +3,7 @@ ACCEPT-LANGUAGE: en-US
 Content-Type: text/plain;charset=UTF-8
 Content-Length: 12
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index b2d177a..a0a8f4c 100644 (file)
@@ -1,7 +1,7 @@
 DELETE /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index c6cad70..4d940c2 100644 (file)
@@ -1,7 +1,7 @@
 GET /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index 74a9798..cf13b54 100644 (file)
@@ -1,7 +1,7 @@
 HEAD /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index 7b8e260..cd13443 100644 (file)
@@ -3,7 +3,7 @@ ACCEPT-LANGUAGE: en-US
 TEST-HEADER: value
 TEST-HEADER2: value,value2
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445
 
index c6cad70..4d940c2 100644 (file)
@@ -1,7 +1,7 @@
 GET /testdocument.html HTTP/1.1
 ACCEPT-LANGUAGE: en-US
 Connection: Keep-Alive
-Accept-Encoding: gzip
+Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/5.0
 Host: 127.0.0.1:14445