@@ -29,7 +29,11 class RepositoryGitTest < ActiveSupport::TestCase | |||||
29 | def setup |
|
29 | def setup | |
30 | Setting.commit_logs_encoding = 'UTF-8' |
|
30 | Setting.commit_logs_encoding = 'UTF-8' | |
31 | @project = Project.find(3) |
|
31 | @project = Project.find(3) | |
32 |
@repository = Repository::Git.create( |
|
32 | @repository = Repository::Git.create( | |
|
33 | :project => @project, | |||
|
34 | :url => REPOSITORY_PATH, | |||
|
35 | :path_encoding => 'ISO-8859-1' | |||
|
36 | ) | |||
33 | assert @repository |
|
37 | assert @repository | |
34 | end |
|
38 | end | |
35 |
|
39 |
General Comments 0
You need to be logged in to leave comments.
Login now