summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-10 08:43:23 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-10 08:43:23 +0000
commit2ebaf1372db30b111c5229ddc87ee144237fd40f (patch)
treeba8d9ac9ea5d490cca81e0fcc51cab172f50929a
parentc072d3b62fcda240341e847a3b07c3c02ee570dd (diff)
downloadredmine-2ebaf1372db30b111c5229ddc87ee144237fd40f.tar.gz
redmine-2ebaf1372db30b111c5229ddc87ee144237fd40f.zip
scm: git: fix newlines of test/unit/repository_git_test.rb.
svn cat fails. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5075 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/unit/repository_git_test.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb
index bf7d8a409..d9aaac599 100644
--- a/test/unit/repository_git_test.rb
+++ b/test/unit/repository_git_test.rb
@@ -27,11 +27,11 @@ class RepositoryGitTest < ActiveSupport::TestCase
FELIX_HEX = "Felix Sch\xC3\xA4fer"
CHAR_1_HEX = "\xc3\x9c"
- ## Ruby uses ANSI api to fork a process on Windows.
- ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem
- ## and these are incompatible with ASCII.
- # WINDOWS_PASS = Redmine::Platform.mswin?
- WINDOWS_PASS = false
+ ## Ruby uses ANSI api to fork a process on Windows.
+ ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem
+ ## and these are incompatible with ASCII.
+ # WINDOWS_PASS = Redmine::Platform.mswin?
+ WINDOWS_PASS = false
def setup
@project = Project.find(3)