From 37bd02abf10cdad2c069c08a9fe19913e8447de3 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 14 Mar 2012 16:27:10 +0200 Subject: [PATCH] Fix data file checkout formats in Windows for some declarative tests Fixed by adding proper .gitattributes for the tests Task-number: QTBUG-24780 Change-Id: If8de0161a377c21fb5c6327d69e8da84174ee435 Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen --- tests/auto/qml/qqmlerror/.gitattributes | 1 + tests/auto/qml/qqmlxmlhttprequest/.gitattributes | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/auto/qml/qqmlerror/.gitattributes create mode 100644 tests/auto/qml/qqmlxmlhttprequest/.gitattributes diff --git a/tests/auto/qml/qqmlerror/.gitattributes b/tests/auto/qml/qqmlerror/.gitattributes new file mode 100644 index 0000000000..f50af65222 --- /dev/null +++ b/tests/auto/qml/qqmlerror/.gitattributes @@ -0,0 +1 @@ +data/test.txt eol=lf diff --git a/tests/auto/qml/qqmlxmlhttprequest/.gitattributes b/tests/auto/qml/qqmlxmlhttprequest/.gitattributes new file mode 100644 index 0000000000..7805eb6951 --- /dev/null +++ b/tests/auto/qml/qqmlxmlhttprequest/.gitattributes @@ -0,0 +1,3 @@ +data/testdocument.html eol=lf +data/redirecttarget.html eol=lf +data/utf16.html eol=lf