Fix data file checkout formats in Windows for some declarative tests
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Wed, 14 Mar 2012 14:27:10 +0000 (16:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Mar 2012 15:58:21 +0000 (16:58 +0100)
Fixed by adding proper .gitattributes for the tests

Task-number: QTBUG-24780
Change-Id: If8de0161a377c21fb5c6327d69e8da84174ee435
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tests/auto/qml/qqmlerror/.gitattributes [new file with mode: 0644]
tests/auto/qml/qqmlxmlhttprequest/.gitattributes [new file with mode: 0644]

diff --git a/tests/auto/qml/qqmlerror/.gitattributes b/tests/auto/qml/qqmlerror/.gitattributes
new file mode 100644 (file)
index 0000000..f50af65
--- /dev/null
@@ -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 (file)
index 0000000..7805eb6
--- /dev/null
@@ -0,0 +1,3 @@
+data/testdocument.html eol=lf
+data/redirecttarget.html eol=lf
+data/utf16.html eol=lf