summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-08-06 12:31:12 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-06 05:52:40 +0200
commit54e2c2b927a2cd751f41fb280a468be10c0b26e8 (patch)
treec20fa4a04b0d32fd56160d33fef554d900ab4c30 /tests
parent6166d455361eabc7f6ba6b37c000c0147a580f8a (diff)
Fix tst_qdeclarativexmlhttprequest failure on Windows.
Disable line ending conversion for test data files so that they are served as lf on all platforms. Task-number: QTBUG-26703 Change-Id: I1a48232f631a722342da6a8d50dcbe341ba5689c Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes b/tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes
new file mode 100644
index 00000000..7805eb69
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes
@@ -0,0 +1,3 @@
+data/testdocument.html eol=lf
+data/redirecttarget.html eol=lf
+data/utf16.html eol=lf