@@ -23,6 +23,8 class RepositoryGitTest < ActiveSupport::TestCase | |||||
23 | REPOSITORY_PATH = Rails.root.join('tmp/test/git_repository').to_s |
|
23 | REPOSITORY_PATH = Rails.root.join('tmp/test/git_repository').to_s | |
24 | REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin? |
|
24 | REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin? | |
25 |
|
25 | |||
|
26 | NUM_REV = 21 | |||
|
27 | ||||
26 | FELIX_HEX = "Felix Sch\xC3\xA4fer" |
|
28 | FELIX_HEX = "Felix Sch\xC3\xA4fer" | |
27 | CHAR_1_HEX = "\xc3\x9c" |
|
29 | CHAR_1_HEX = "\xc3\x9c" | |
28 |
|
30 |
General Comments 0
You need to be logged in to leave comments.
Login now