diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-10 22:46:31 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-15 12:49:40 (GMT) |
commit | 53301b322982a5df805588f3fd114b2eb5ccda71 (patch) | |
tree | 5841e30f95cbcd16d0e91e516edd44df8a351b12 /tests/auto/declarative | |
parent | d9de8ad5ddbdd86de463b5aa82e03a450762b816 (diff) | |
download | Qt-53301b322982a5df805588f3fd114b2eb5ccda71.zip Qt-53301b322982a5df805588f3fd114b2eb5ccda71.tar.gz Qt-53301b322982a5df805588f3fd114b2eb5ccda71.tar.bz2 |
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/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes | 3 |
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 0000000..7805eb6 --- /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 |