summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-10 23:46:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-15 13:49:40 +0100
commit53301b322982a5df805588f3fd114b2eb5ccda71 (patch)
tree5841e30f95cbcd16d0e91e516edd44df8a351b12 /tests
parentd9de8ad5ddbdd86de463b5aa82e03a450762b816 (diff)
test: 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: Id5f5cdc2eeaf8acf92b9e2d903518c555f1741c1 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergey Hambardzumyan <sergey.hambardzumyan@digia.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 0000000000..7805eb6951
--- /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