##// END OF EJS Templates
scm: git: fix newlines of test/unit/repository_git_test.rb....
Toshi MARUYAMA -
r4955:2ebaf1372db3
parent child
Show More
@@ -27,11 +27,11 class RepositoryGitTest < ActiveSupport::TestCase
27 27 FELIX_HEX = "Felix Sch\xC3\xA4fer"
28 28 CHAR_1_HEX = "\xc3\x9c"
29 29
30 ## Ruby uses ANSI api to fork a process on Windows.
31 ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem
32 ## and these are incompatible with ASCII.
33 # WINDOWS_PASS = Redmine::Platform.mswin?
34 WINDOWS_PASS = false
30 ## Ruby uses ANSI api to fork a process on Windows.
31 ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem
32 ## and these are incompatible with ASCII.
33 # WINDOWS_PASS = Redmine::Platform.mswin?
34 WINDOWS_PASS = false
35 35
36 36 def setup
37 37 @project = Project.find(3)
General Comments 0
You need to be logged in to leave comments. Login now