From 53301b322982a5df805588f3fd114b2eb5ccda71 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 10 Nov 2012 23:46:31 +0100 Subject: test: Fix tst_qdeclarativexmlhttprequest failure on Windows. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Janne Anttila Reviewed-by: Sergey Hambardzumyan --- tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/auto/declarative/qdeclarativexmlhttprequest/.gitattributes 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 -- cgit v0.12