From d68001808593fc9a89cfad05bae69ec83f431286 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 22 Jun 2012 08:53:13 +1000 Subject: Fix error test on Windows. Add missing .gitattributes file to ensure the test data file is checked out with LF line endings on Windows. Change-Id: I9ece655dbc8657d6e70c58ce1ada06ee021c92ad Reviewed-by: Matthew Vogt (cherry picked from commit 587b21cf18bcb689aef58411837ed616b02c952b) --- tests/auto/declarative/qdeclarativeerror/.gitattributes | 1 + tests/auto/declarative/qdeclarativeerror/test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/auto/declarative/qdeclarativeerror/.gitattributes diff --git a/tests/auto/declarative/qdeclarativeerror/.gitattributes b/tests/auto/declarative/qdeclarativeerror/.gitattributes new file mode 100644 index 0000000..d3be669 --- /dev/null +++ b/tests/auto/declarative/qdeclarativeerror/.gitattributes @@ -0,0 +1 @@ +test.txt eol=lf diff --git a/tests/auto/declarative/qdeclarativeerror/test.txt b/tests/auto/declarative/qdeclarativeerror/test.txt index cdafd9e..d964dfe 100644 --- a/tests/auto/declarative/qdeclarativeerror/test.txt +++ b/tests/auto/declarative/qdeclarativeerror/test.txt @@ -1,3 +1,3 @@ -Line Content +Line1 Content Line2 Content Line3 Content -- cgit v0.12