diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-02 17:57:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-02 17:57:13 +0000 |
commit | 93c04f2666b60af890a7431bec802b7d00e29b34 (patch) | |
tree | e7ef2e994863caaa9d6b89cc42c638f24c412a17 /test/fixtures/files | |
parent | 218e1bb267d6c28edc063a9b617258ee5f1051cf (diff) | |
download | redmine-93c04f2666b60af890a7431bec802b7d00e29b34.tar.gz redmine-93c04f2666b60af890a7431bec802b7d00e29b34.zip |
Fixed: wrong digest for text files under Windows (#2264).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2085 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/files')
-rw-r--r-- | test/fixtures/files/testfile.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/files/testfile.txt b/test/fixtures/files/testfile.txt index 4b2a49c69..84f601ee6 100644 --- a/test/fixtures/files/testfile.txt +++ b/test/fixtures/files/testfile.txt @@ -1 +1,2 @@ -this is a text file for upload tests
\ No newline at end of file +this is a text file for upload tests
+with multiple lines
|