diff --git a/test/unit/repository_git_test.rb b/test/unit/repository_git_test.rb index bf7d8a4..d9aaac5 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)