diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2012-02-22 15:40:04 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-23 10:56:04 +0100 |
commit | 8cdd26295be30f951213ea511e96c2b4133be27e (patch) | |
tree | ef18513614846d234e03be1185d7ecd8c5caf000 /tests | |
parent | 9f18ef6613e6babd64183601e75424aeb27e3560 (diff) | |
download | qtxmlpatterns-8cdd26295be30f951213ea511e96c2b4133be27e.tar.gz |
Fix line endins on xmlpatterns test case data files
Added required files to .gitattributes
Task-number: QTBUG-24450
Change-Id: Ib924221f7110f166952589c164d4b45fdeb472ee
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/xmlpatterns/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/xmlpatterns/.gitattributes b/tests/auto/xmlpatterns/.gitattributes index 1b5e28a..16b85ac 100644 --- a/tests/auto/xmlpatterns/.gitattributes +++ b/tests/auto/xmlpatterns/.gitattributes @@ -1,3 +1,4 @@ stylesheets/copyWholeDocument.xsl -crlf stylesheets/onlyRootTemplate.xsl -crlf stylesheets/useParameters.xsl -crlf +stderrBaselines/* -crlf |