@@ -27,11 +27,11 class RepositoryGitTest < ActiveSupport::TestCase | |||||
27 | FELIX_HEX = "Felix Sch\xC3\xA4fer" |
|
27 | FELIX_HEX = "Felix Sch\xC3\xA4fer" | |
28 | CHAR_1_HEX = "\xc3\x9c" |
|
28 | CHAR_1_HEX = "\xc3\x9c" | |
29 |
|
29 | |||
30 | ## Ruby uses ANSI api to fork a process on Windows. |
|
30 | ## Ruby uses ANSI api to fork a process on Windows. | |
31 | ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem |
|
31 | ## Japanese Shift_JIS and Traditional Chinese Big5 have 0x5c(backslash) problem | |
32 | ## and these are incompatible with ASCII. |
|
32 | ## and these are incompatible with ASCII. | |
33 | # WINDOWS_PASS = Redmine::Platform.mswin? |
|
33 | # WINDOWS_PASS = Redmine::Platform.mswin? | |
34 | WINDOWS_PASS = false |
|
34 | WINDOWS_PASS = false | |
35 |
|
35 | |||
36 | def setup |
|
36 | def setup | |
37 | @project = Project.find(3) |
|
37 | @project = Project.find(3) |
General Comments 0
You need to be logged in to leave comments.
Login now